v1

latestOpenAPI 3.1.02026-07-24360204.4 KB

[Sandbox Only] Add Test Balance

Use this API to add funds to your virtual account wallet in sandbox mode.

post/v1/accounts/{account_id}/test-balance

Path parameters

account_idstring required

Unique identifier of the account to which test balance should be added.<br><br>Example: va_ZMSv6FicBWHVRkYFCx9nsWZUs

Request body

amountnumber float required

Amount to be added.<br><br>Example: 3.69

Response

200

objectstring
amountnumber
currencystring
available_oninteger

Example response

{
  "object": "balance",
  "amount": 369.28,
  "currency": "inr",
  "available_on": 1623678759
}