Skip to content

Wallet

Monitor your wallet balance and ensure sufficient funds for order processing.

GET /v1/partners/wallet/balance

Terminal window
curl "https://api.rewardos.in/v1/partners/wallet/balance" \
-H "Authorization: Bearer <prod_token>" \
-H "X-REQUEST-ID: $(uuidgen)"

Status 200:

{
"balance": 1000.5
}
Status Meaning
401 Unauthorized
400 Bad request
Staging Production
Funds Test balance (can be exhausted) Real money
Top-up Request via RewardOS support Via agreed billing / top-up flow
Debits Test orders Gross order amount

When balance is too low to process an order, you receive error code E300.

{
"id": "E300",
"code": "INSUFFICIENT_BALANCE",
"message": "Insufficient wallet balance",
"requestId": "req_12345"
}

Monitor balance proactively and subscribe to the Wallet Low Balance webhook.

Contact contact@rewardos.in for staging top-ups and production funding instructions for your account.