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"
Username of the customer
"john_doe"
The name of the customer
"John Doe"
The email of the customer
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
The customer has been successfully onboarded
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 "IN_PROGRESS"
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"
Indicates whether the customer has completed the Monerium setup
true
The unique referral code associated with the customer
"REF123456"
The date and time when the customer was created
"2023-10-01T12:00:00Z"
The username of the customer
"john_doe"
The name of the customer
"John Doe"
The email of the customer
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"
}