Customers
Update a customer
Updates a customer’s details and documents. All fields are optional and documents will be added or updated if provided.
PATCH
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the customer.
Body
application/json
Individual customer
The type of this customer.
Available options:
individual
List of customer documents
Example:
[
{
"country": "BRA",
"type": "TAX_ID",
"value": "123.456.789-00"
}
]
Customer full name
Customer birth date
Example:
"1990-01-01"
Response
200
application/json
Customer updated successfully.
Unique customer identifier
The type of this customer.
Available options:
individual
List of customer documents
Example:
[
{
"country": "BRA",
"type": "TAX_ID",
"value": "123.456.789-00"
}
]
Record creation timestamp
Record last update timestamp
Customer full name
Customer birth date
Example:
"1990-01-01"