US request examples

To onboard your individual customer, you can call the Unified Add Customer API.

For an example call that you can customize with your information, see below.

Request example

The following is an API request example call for onboarding.

{
    "firstName": "Peter",
    "lastName": "Parker",
    "email": "[email protected]",
    "nationality": "US",
    "countryCode": "US",
    "mobile": 123456789,
    "dateOfBirth": "1980-01-21",
    "kycMode": "E_KYC",
    "billingAddress1": "101 River Rd",
    "billingCity": "Philadelphia",
    "billingState": "PA",
    "billingZipCode": "18013",
    "billingCountry": "US",
    "identificationDoc": [
        {
            "identificationType": "National Id",
            "identificationValue": "123456789"
        }
    ]
}