Add Customer Record
Creates a customer in an entrypoint. An identifier is required to create customer records. Change your identifier settings in Settings > Custom Fields in PartnerHub.
If you don’t include an identifier, the record is rejected.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Headers
A unique ID you can include to prevent duplicating objects or transactions if a request is sent more than once. This key is not generated in Payabli, you must generate it yourself.
"6B29FC40-CA47-1067-B31D-00DD010662DA"
Path Parameters
The paypoint's entrypoint identifier. Learn more
"8cfec329267"
Query Parameters
Flag indicating to replace existing customer with a new record Possible values: 0(do not replace), 1(replace). Default is "0"
When true
, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.
Body
CustomerData object to add.
Data pertaining to single customer. See customerData Object Model for a complete reference.
Response
Success
The response is of type object
.