Skip to main content
POST
Create a crypto payment customer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
refId
string<uuid>
required

Merchant-supplied customer reference. Must be a UUID and unique for the merchant.

Example:

"310c458a-18eb-4cbd-8a9a-586d9448ae69"

type
enum<string>
required
Available options:
individual
address
object
required

Customer address used for Travel Rule review.

firstName
string
required
Maximum string length: 255
Example:

"John"

lastName
string
required
Maximum string length: 255
Example:

"Doe"

dateOfBirth
string
required

Date in yyyy-MM-dd format.

Example:

"1990-11-29"

placeOfBirth
string
required
Maximum string length: 255
Example:

"US"

governmentIssuedId
string
required
Maximum string length: 255
Example:

"A1234567"

Response

Customer successfully created.

data
object

Travel Rule customer record.