Authorizations
API Key Authentication.
Body
Schema representing a customer.
An optional external identifier of the customer from the external system, used throughout the system to identify the customer. This field can not be updated.
"cust_1234567890abcdef"
The name of the customer.
"Acme Inc."
Custom fields that can be associated with the customer. The fields must be previously created in the system before they can be used.
{
"custom_field_1": "value1",
"custom_field_2": "value2"
}
Response
The request was successfully processed, and the customer has been created. The response contains the details of the newly created customer.
The unique identifier of the customer in our system.
An optional external identifier of the customer from the external system, used throughout the system to identify the customer. This field can not be updated.
"cust_1234567890abcdef"
The name of the customer.
"Acme Inc."
Custom fields that can be associated with the customer. The fields must be previously created in the system before they can be used.
{
"custom_field_1": "value1",
"custom_field_2": "value2"
}