Skip to main content
POST
/
v1
/
merchant
/
sandbox
/
reset
Reset your sandbox environment
curl --request POST \
  --url https://api.antonpayments.com/v1/merchant/sandbox/reset \
  --header 'Authorization: Bearer <token>'
{
  "status": "reset",
  "scope": "<string>",
  "merchant_id": "<string>"
}

Authorizations

Authorization
string
header
required

API keys are opaque strings prefixed by environment:

  • ak_live_* — production keys, accepted only on api.antonpayments.com.
  • ak_test_* — sandbox keys, accepted only on api.antonpayments.dev.

Include your key in the Authorization header: Bearer ak_test_....

Query Parameters

scope
enum<string>
default:balances

What to wipe and whether to re-seed.

Available options:
balances,
all,
delete-all,
full-reset

Response

Reset complete.

status
enum<string>
Available options:
reset,
deleted
scope
string
merchant_id
string