Create a Customer object. We require the Customer ID in the merchant's system as a mandatory field.

Required permissions for this API:

  • WRITE:FINANCE
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
address
object
required

Address of the customers.

string
required
length ≤ 128

Business name of the customer. Must provided if firstName and lastName are not provided.

string
required
length ≤ 256

Email address of the customer.

string
required
length ≤ 128

First name of the customer. Must provided if businessName is not provided.

string
required
length ≤ 128

Last name of the customer. Must provided if businessName is not provided.

string
required

Unique identifier of this customer in merchant's system.

metadata
object
required

A set of key-value pairs that you can attach to this customer.

string
required

Phone number of the customer.

string
required

Client-generated idempotency key. Must be unique per request attempt. Conversion requests with the same request_id will be rejected. Parameter supports a maximum of 64 characters.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json