Skip to main content

CustomerIdentifiers

Customer identifiers used in processes where verified identifier is required. Based on brand configurations, at least one identifier must be provided in the request.

Email example: value - john.doe@paysafe.com verificationId - 06bdcd2c-0cce-4b36-97ec-281c8f5d743c

Mobile example: value - +359897765463 verificationId - 06bdcd2c-0cce-4b36-97ec-281c8f5d743c

email object

Unique customer identifier used for processes requiring verified identifier, such as email, mobile number, etc.

valuestringrequired

Identifier's value, such as email, mobile number etc.

verificationIdstringrequired

A unique identifier for the verification process associated with the customer attribute.

Example: 06bdcd2c-0cce-4b36-97ec-281c8f5d743c
mobile object

Unique customer identifier used for processes requiring verified identifier, such as email, mobile number, etc.

valuestringrequired

Identifier's value, such as email, mobile number etc.

verificationIdstringrequired

A unique identifier for the verification process associated with the customer attribute.

Example: 06bdcd2c-0cce-4b36-97ec-281c8f5d743c
CustomerIdentifiers
{
"email": {
"value": "string",
"verificationId": "06bdcd2c-0cce-4b36-97ec-281c8f5d743c"
},
"mobile": {
"value": "string",
"verificationId": "06bdcd2c-0cce-4b36-97ec-281c8f5d743c"
}
}