cURL
curl --request DELETE \ --url https://sandbox.api.acountpay.com/v1/partner/merchants/{merchantId}/stores/{storeId} \ --header 'X-Partner-Client-Id: <api-key>' \ --header 'X-Partner-Client-Secret: <api-key>'
Deactivates a store. Payments can no longer be attributed to this store.
Your partner client ID
Your partner client secret
Merchant ID
Store ID
Store deactivated
Was this page helpful?