Skip to main content

CustomerDeactivation

idstringrequired

The deactivation request unique identifier.

Possible values: <= 50 characters

Example: b3d0dca9-8e0c-4b75-8c99-0b4b8621b5b5
customerIdstring

Paysafe embedded wallet internal identifier.

Possible values: <= 20 characters

statusCustomerDeactivationStatus (string)required

Customer deactivation request status.

  • MANUAL_REVIEW - deactivation request is in manual review status without final resolution.
  • APPROVED - deactivation request was approved.
  • DECLINED - deactivation request was declined.

Possible values: [APPROVED, DECLINED, MANUAL_REVIEW]

Example: APPROVED
feedbackstring

Customer deactivation feedback.

Possible values: <= 256 characters

Example: I am not using this wallet anymore.
commentstring

Optional field that might contain additional information regarding the deactivation request review outcome.

creationTimedate-time

Deactivation request date and time.

CustomerDeactivation
{
"id": "b3d0dca9-8e0c-4b75-8c99-0b4b8621b5b5",
"customerId": "string",
"status": "APPROVED",
"feedback": "I am not using this wallet anymore.",
"comment": "string",
"creationTime": "2024-07-29T15:51:28.071Z"
}