For a business customer, the following fields are required:'
reference_id
: A unique identifier for the customer.type
: Should be set to indicate a business customer.profile
:tax_country_iso2
: The ISO2 code of the tax country.tax_id
: The tax identification number.business_name
: The name of the business.first_name
: The first name of the customer.last_name
: The last name of the customer.
contact
:email
: The email address of the business.
{
"reference_id": "unique-business-id",
"type": "business",
"profile": {
"first_name": "John",
"last_name": "Doe",
"tax_country": "US",
"tax_id": "98-7654321",
"business_name": "Doe Enterprises",
},
"contact": {
"email": "[email protected]",
"cellphone": "+19876543210"
}
}
KYB
After the customer is created, the email associated with the business will receive a message containing a link to upload all the required documentation.