v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBCustomer
Register a customer
Creates a customer profile by submitting identity, contact, and supporting document information required for compliance review. Returns the customer record together with the Interlace customer identifier.
post/open-api/v3/scan2pay/customer/register
Request body
Example request
{
"customerEmail": "john.smith@example.com",
"version": "v3",
"firstName": "John",
"lastName": "Smith",
"dateOfBirth": "1990-01-01",
"nationality": "US",
"issueDate": "2018-05-10",
"expiryDate": "2028-05-10",
"nationalAddress": {
"addressLine1": "123 Main St",
"addressLine2": "Apt 4B",
"city": "New York",
"country": "US",
"postalCode": "10001"
},
"mailAddress": {
"addressLine1": "123 Main St",
"addressLine2": "Apt 4B",
"city": "New York",
"country": "US",
"postalCode": "10001"
},
"idFrontId": "2046061141584039936",
"idBackId": "2046061141584039936",
"idHoldId": "2046061141584039936",
"ipAddress": "192.168.1.1",
"phoneNumber": "6505551234",
"phoneCountryCode": "1",
"occupation": "01",
"transactionCountries": [
"VN",
"TH"
]
}Response
Successful operation