Create Wallet
Wallet account can be created only for an existing customer. Please use POST /customers API to create customer objects as needed.
Creating the wallet with command=authenticate parameter will trigger an OTP which will be used for linking the wallet thereby enabling direct debit authorization. You also have the option of deferring the authentication to a later point of time by omitting the command=authenticate parameter. In case you decide to defer it, Please use the authenticate and link
API to authenticate and link the wallet.
Consists of two parts.
Username: API Key obtained from Juspay dashboard
Password: Empty string
Example:-
Basic MUQ2QUxxxxxxxxxxxxU5QTIxQzNFNTQwNkFDMEZCOg==
Name of the gateway supplying the wallet.
Send it as authenticate if you want to start the authentication/linking process as soon as the wallet gets created.
Mobile number against which wallet has to be linked. The param can be used if the customer wants to link a different number than the one registered at merchant.
Required in case of multiple MID setup
Required for client side authentication
Unique identifier for the wallet account
Example : wlt_q23xzki3pazgtezo
wallet_account
Payment gateway/provider for the wallet (e.g., PAYTM, AMAZONPAY)
Authentication token for accessing wallet operations (present when wallet is linked)
Current available balance in the wallet (present when wallet is linked)
Boolean indicating whether the wallet is successfully linked and ready for transactions
Timestamp of the last balance refresh operation (null if never refreshed)
Additional wallet information including mobile number and device ID
Reference identifier provided by the payment gateway (may be null)
Array of subscription details for wallet payment methods
Have questions?
- Need help? Contact support
- LLM? Read llms.txt

