Wallet
Wallet is virtual bank account where Sandbox API customer can maintain balance against charges levied for using Paid APIs.
Wallet Charges
The upstream charges associated with Paid APIs are deducted in a pre-paid manner in the form of a wallet charge from your Sandbox account. We ensure that the price you pay to Sandbox for these API calls is the same as what you would pay to the source directly. Read more here
The below table show when a wallet charge will take place
Status Code | Description | Notes | Wallet Charges |
---|---|---|---|
200 | OK | Yes | |
400 | Bad Request | Invalid Headers or Query/Path Param | No |
401 | Unauthorized | Invalid API Key/Secret | No |
403 | Forbidden | Invalid/Expired Authorization Header | No |
404 | Not Found | No | |
422 | Unprocessable Entity | Invalid Request Body | No |
429 | Too many requests | No | |
500 | Internal Server Error | Errors in Sandbox Services | No |
503 | Service Unavailable | Source Unavailable | No |
504 | Gateway timeout | Request timeout | No |
We have mentioned each Paid API’s wallet charge in our Documentation. You can find them under the Wallet Charge header in the guide section of the API.
Add Credits to your Wallet
Credits have to be added to your Sandbox Wallet in order to call the Paid APIs. You can add credits via Payment Gateway or Bank Transfer.
Payment Gateway
- Head over to the wallet tab section in your API dashboard. You will find the options to add credits via Bank Transfer or Payment Gateway.
- Select Payment Gateway.
- Use the slider or input the number of credits you wish to add, then select recharge.
- Through Razorpay, you can add credits using your preferred mode of payment.
Bank Transfer
Sandbox creates a virtual account linked to your Sandbox Wallet to enable you to add credits via Bank Transfer. Any payments made to this account will reflect in your Sandbox Wallet.
- Head over to the wallet tab section in your API dashboard. You will find the options to add credits via Bank Transfer or Payment Gateway.
- Select Bank Transfer.
- You will be shown details of a Virtual Account linked with your Sandbox Wallet.
- Use the details provided to make the Bank Transfer. The amount will be reflected upon successful transfer.
Updated 5 months ago