Skip to main content

Example Requests

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.

Request example

{
"parentCustomerHashId": "a4bc9c48-2080-49d2-b429-a8baaa73d17a",
"firstName": "Piyush",
"lastName": "Hatwalne",
"email": "piyush@nium.com",
"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"
}
]
}