v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBCustomer
Update customer details
Updates an existing customer profile. Only fields included in the request are updated; omitted fields remain unchanged. customerId identifies the customer record to update.
post/open-api/v3/scan2pay/customer/update
Request body
Example request
{
"customerId": "1986466477083709441",
"customerEmail": "john.smith@example.com",
"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",
"phoneNumber": "6505551234",
"phoneCountryCode": "1",
"occupation": "01",
"extend": {
"customField": "value"
}
}Response
Successful operation