➕Create Address Document
In order to upload a Customer's Address Document, you will first need to create an Address Document ID before performing the Address Document validation.
Create Address Document
Request Body
Name
Type
Description
```json
{
"data": {
"id": "{{addressDocumentId}}",
"valid": false,
"validated": null,
"information": null,
"document": {
"id": 2959,
"name": "cojhb_oct_2022.PDF",
"type": "pdf",
"url": "https://dev.apply.fincheck.co.za/fincheck/documents/coct_nik_oct_2022.PDF"
},
"address_id": "{{addressId}}"
}
}
``````json
{
"errors": {
"customer_id": [
"The customer id field is required."
]
}
}
```Last updated
Was this helpful?