Top up sandbox balance
Sets the available + total balance on the Business’s sandbox Cleff Account so it can exercise payouts, without the dev CLI. Sandbox only: refused with SANDBOX_ONLY (409) on a production session, which can never touch a real wallet. The account must already be provisioned.
Authorizations
Cleff API key issued to a Business that self-registers via POST /v1/registration
Body
Available balance to set, in minor units. Max 9007199254740991.
x <= 9007199254740991Total balance to set, in minor units. Max 9007199254740991.
x <= 9007199254740991ISO 4217 currency code; defaults to the account currency.
Response
Available balance, in minor units.
Total balance, in minor units.
Neutral account status derived server-side: 'pending' until the provider first reports, 'active' thereafter, 'suspended' when frozen.
pending, active, suspended Instant Cleff last applied a balance report from the provider — the balance is only as fresh as this. Always Cleff's own clock, whether the provider pushed the balance or Cleff polled for it, so it is directly comparable with the timestamps on your payouts. A report that arrives out of order is discarded and does not move this. Null until the first report lands (status 'pending').
The coordinates the Business funds this account with; absent on non-Checkbook paths.