Skip to main content
POST
Create Customer

Authorizations

X-API-KEY
string
header
required

Body

application/json

Create Customer Request

customer_ident
string

Merchant-defined customer reference / external identifier.

discord
string

Discord username or handle (stored in customer properties).

email
string

Customer email address.

name
string

Customer display name.

number
string

Phone number (E.164 preferred).

twitter
string

Twitter / X handle (stored in customer properties).

wallet_address
string

Blockchain wallet address associated with the customer.

Response

OK

data
object

Response payload when the request succeeded.

error
boolean

True when the request failed.

message
string

Human-readable status or error message.