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