CA request examples
To onboard your individual customer, submit a request to the Unified Add Customer endpoint.
See the following for an example of a Unified Add Customer request that onboards an individual Candian customer.
{
"parentCustomerHashId": "a4bc9c48-2080-49d2-b429-a8baaa73d17a",
"firstName": "Piyush",
"lastName": "Hatwalne",
"email": "[email protected]",
"nationality": "CA",
"countryCode": "CA",
"mobile": 7199982787,
"dateOfBirth": "1995-10-14",
"kycMode": "E_KYC",
"occupation": "OC1210",
"countryOfBirth": "DE",
"billingCountry": "CA",
"billingAddress1": "Unit no 23",
"billingCity": "Toronto",
"billingZipCode": "m1m1m1",
"billingState": "BC",
"identificationDoc": [
{
"identificationType": "PASSPORT",
"identificationValue": "98422222299",
"identificationDocExpiry": "2030-11-11"
}
]
}
Updated 6 months ago