cURL
curl --request DELETE \ --url https://sandbox.api.acountpay.com/v1/partner/merchants/{id} \ --header 'X-Partner-Client-Id: <api-key>' \ --header 'X-Partner-Client-Secret: <api-key>'
Deactivates a merchant. The merchant will no longer be able to accept payments.
Your partner client ID
Your partner client secret
Merchant ID
Merchant deactivated
Was this page helpful?