Onboard a customer
Onboard customer
Body
The wallet associated with the customer
[
{
"address": "0x1234567890123456789012345678901234567890"
}
]
This is the type of the customer
INDIVIDUAL
, ORGANIZATION
"INDIVIDUAL"
The country code of the address, following the ISO 3166-1 alpha-2 standard
"US"
The name of the customer
"John Doe"
The email of the customer
"john.doe@example.com"
The phone number of the customer
"+1234567890"
The metadata of the customer
{
"userId": "2b634b51-7f4a-470b-9bd6-c7a968e665d9"
}
The address of the customer
{
"line1": "1234 Main St",
"line2": "Suite 200",
"city": "Anytown",
"state": "CA",
"postalCode": "12345"
}
Response
Unique identifier for the customer object.
"customer_c7a968e665d9"
A string that specifies the type of the object. All objects of the same type share this value.
"customer"
The verification status of the customer
INCOMPLETE
, IN_PROGRESS
, COMPLETED
The wallet associated with the customer
This is the type of the customer
INDIVIDUAL
, ORGANIZATION
"INDIVIDUAL"
The country code of the address, following the ISO 3166-1 alpha-2 standard
"US"
The name of the customer
"John Doe"
The email of the customer
"john.doe@example.com"
The phone number of the customer
"+1234567890"
The metadata of the customer
{
"userId": "2b634b51-7f4a-470b-9bd6-c7a968e665d9"
}
The address of the customer
{
"line1": "1234 Main St",
"line2": "Suite 200",
"city": "Anytown",
"state": "CA",
"postalCode": "12345",
"countryCode": "US"
}