get https://api.juspay.in/customers//wallets
Wallets can be listed only in the context of a Customer
. This API will return the list of wallets which may or may not be linked.
If a direct debit is enabled by the provider for your setup, you can activate the same for customers using the authenticate
and link
APIs.
Note: For linked wallets, the balance in the response may not be the current balance.
last_refreshed
field represents the date & time when the balance was updated last. Userefresh
wallet API to update the balance for individual wallets. This results in a network call to the wallet provider and hence the response might be slow.