➕Create New Address
In order to validate a Customer's Address Document, you will first need to create an Address for a Customer before performing the Address Document validation.
Create New Address
Request Body
Name
Type
Description
{
"data": {
"id": "{{addressId}}",
"address_line_1": "10 Highlands Avenue",
"address_line_2": "Anmar Mansions",
"suburb": "Vredehoek",
"city": "Cape Town",
"province": "Western Cape",
"postal_code": "8001"
}
}
``````json
{
"errors": {
"customer_id": [
"The customer id field is required."
]
}
}
```Example Request Body
Last updated
Was this helpful?