Customers
Create a customer
This endpoint creates a customer. At least one document is required.
POST
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
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
201
application/json
Successfully created the customer.
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"