v1

latestOpenAPI 3.1.02026-07-266133267.6 KB

Create Customer

post/v3/customer

Request body

namestring required

Customer's name

emailstring required

Customer's email address

countrystring required

Customer's country. ISO 3166 standard alpha-2 code. eg: SG, IN, US, etc.

reference_idstring

The unique reference_id on your system representing the customer

metadatastring json

Set of key-value pairs that can be attached to the object (JSON string format)

Example request

{
  "metadata": "{\"key1\": \"value1\", \"key2\": \"value2\"}"
}

Response

200

statusstring

Indicates whether the request was successful.

messagestring

Describes the result or status of the operation.