get https://sandbox.juspay.in/customers//wallets/refresh-balances
The API can be used to fetch the list of all the wallets created against a customer and also provides the balances (wherever applicable).
Response Parameters
Field | Description |
---|---|
wallet | Name of the Wallet Provider |
id | The unique identifier generated by Juspay for a particular wallet |
token | Its a one time use,15min valid token which can be used for initiating the transaction |
last_refreshed | The timestamp when the wallet was last refreshed |
juspay_bank_code | The Juspay provided bank code |
object | It will be wallet_account |
current_balance | The balance available in the wallet. Available only for linked wallets. |
linked | Its true/false. Indicates whether the wallet is linked or not. |
gateway_reference_id | The gateway reference id against which the wallet is created |
metadata.mobile_number | The mobile_number that was passed in the create wallet API. |