Customer Credentials Details
customerIdentifiers objectrequired
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.
Identifier's value, such as email, mobile number etc.
A unique identifier for the verification process associated with the customer attribute.
06bdcd2c-0cce-4b36-97ec-281c8f5d743c
mobile object
Unique customer identifier used for processes requiring verified identifier, such as email, mobile number, etc.
Identifier's value, such as email, mobile number etc.
A unique identifier for the verification process associated with the customer attribute.
06bdcd2c-0cce-4b36-97ec-281c8f5d743c
The type of the customer credentials change:
PASSWORD_RECOVERY
- User initiated password recovery.
Possible values: [PASSWORD_RECOVERY
]
{
"customerIdentifiers": {
"email": {
"value": "string",
"verificationId": "06bdcd2c-0cce-4b36-97ec-281c8f5d743c"
},
"mobile": {
"value": "string",
"verificationId": "06bdcd2c-0cce-4b36-97ec-281c8f5d743c"
}
},
"type": "PASSWORD_RECOVERY"
}