cURL
curl --request POST \ --url https://api.contro.me/v1/partner/sandbox/reset-balance \ --header 'Content-Type: application/json' \ --header 'x-contro-api-key: <api-key>' \ --data ' { "amount": 1000000 } '
{ "balance": 123, "currency": "<string>" }
Reset the partner’s sandbox ledger balance to a specified amount or the default sandbox balance.
Partner API key (sk_live_* for production, sk_test_* for sandbox)
Amount to set (minor units). Defaults to partner's configured sandboxBalance.
1000000
Balance reset