Client

Both payment and withdrawal may require additional information about the client.

Depends on specific requirements, the client object may require different fields. You will be informed during the integration process about the required fields.

Client Object
{
# ...
"client": {
# Unique client identifier.
# Up to 255 characters.
"id": "xpxv6kaa-11111",
# Client's name.
# Up to 255 characters.
"name": "John Doe",
"taxpayer": {
# Taxpayer identification number
# Up to 200 characters
"number": "85517053009"
},
# Client's email
"email": "[email protected]",
# Client's phone number.
# From 8 to 15 digits.
# Only digits are allowed
"phone": "5511999999999",
# Client's date of birth
"dateOfBirth": "1980-01-01",
# Information about client's address
"billingAddress": {
# Up to 200 characters
"addressLine1": "777 Grand St.",
# Up to 200 characters
"addressLine2": "Apt. 22",
# Up to 50 characters
"city": "Rio de Janeiro",
# Up to 50 characters
"state": "Rio de Janeiro",
# Up to 50 characters
"zip": "20000-000",
# ISO 3166-1 alpha-3 country code
"country": "BRA",
}
}
}

Are there any inquiries still outstanding?

Our team of experts is available 24/7 to answer all your questions. Feel free to reach out to us at any time, and we will be happy to help you address any inquiries or issues. Your comfort and satisfaction are our priority.
Need help?Contact support

Powered by LA FRAMBUESA & Markdoc