User_info_post_payload
businessbooleanrequired
countrystringrequired
ISO 3166-1 alpha-2 country code of the region.
zip_codestringrequired
namestring
Full name of the account holder.
emailstring
User email address.
company_namestring
vat_numberstring
phonestring
User phone number, in E.164 format.
billing_address1string
billing_address2string
statestring
User_info_post_payload
{
"business": true,
"country": "string",
"zip_code": "string",
"name": "string",
"email": "string",
"company_name": "string",
"vat_number": "string",
"phone": "string",
"billing_address1": "string",
"billing_address2": "string",
"state": "string"
}
Was this page helpful?