cURL
curl --request POST \ --url https://api.notchpay.co/customers/{id}/unblock \ --header 'Authorization: <api-key>'
{ "code": 202, "status": "Accepted", "message": "Customer unblocked successfully", "customer": "<unknown>" }
Unique identifier of the customer
Customer unblocked
202
"Accepted"
"Customer unblocked successfully"
Was this page helpful?