Xsolla-logo

Unblock customer

patch/api/v1/merchants/customer/unblock

Unblocks a customer by their email on Xsolla’s side. Once a customer is unblocked, they can request withdrawals.

SecurityBasicAuth
Request
Request Body schema: application/json

Request body

email
required
string <email> <= 255 characters
Responses
204
400

Bad request.

401

Merchant is unauthorized.

422

Customer with the specified ID not found.

500

Internal error.

Request samples
application/json
{
  • "email": "user@example.com"
}
Response samples
application/json
{
  • "invalidParams": [
    ]
}