Customer Info
idstringrequired
Possible values: <= 20 characters
Example:
500000334204
externalIdExternalId (string)
External identifier in merchant system. Must be passed during onboarding.
Possible values: non-empty
and <= 40 characters
Example:
a2322550-af91-417f-867e-681efad44b9d
titlestring
Personal title, Mr., Dr., etc.
Possible values: <= 15 characters
Example:
Mr.
firstNamestringrequired
First name.
Possible values: <= 50 characters
Example:
John
lastNamestringrequired
Last name.
Possible values: <= 50 characters
Example:
Doe
Customer Info
{
"id": "500000334204",
"externalId": "a2322550-af91-417f-867e-681efad44b9d",
"title": "Mr.",
"firstName": "John",
"lastName": "Doe"
}