Customers
Retrieve a customer portfolio
Get customer portfolio by customerId
GET
Path Parameters
Response
200
application/json
The customer portfolio has been successfully retrieved
Unique identifier for the customer object.
Example:
"customer_c7a968e665d9"
A string that specifies the type of the object. All objects of the same type share this value.
Example:
"customer"
The verification status of the customer
Available options:
INCOMPLETE
, IN_PROGRESS
, COMPLETED
The wallet associated with the customer
This is the type of the customer
Available options:
INDIVIDUAL
, ORGANIZATION
Example:
"INDIVIDUAL"
The country code of the address, following the ISO 3166-1 alpha-2 standard
Example:
"US"
The name of the customer
Example:
"John Doe"
The email of the customer
Example:
"john.doe@example.com"
The phone number of the customer
Example:
"+1234567890"
The metadata of the customer
Example:
{
"userId": "2b634b51-7f4a-470b-9bd6-c7a968e665d9"
}
The address of the customer
Example:
{
"line1": "1234 Main St",
"line2": "Suite 200",
"city": "Anytown",
"state": "CA",
"postalCode": "12345",
"countryCode": "US"
}