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.

API Endpoints
Sandbox Link
POST
https://sandbox.juspay.in/customers/{customer_id}/wallets
Production Link
POST
https://api.juspay.in/customers/{customer_id}/wallets
Authorization Header
Headers
Path Params
Body
200 : Success
400 : Invalid Input data
Last updated 1 month ago