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 authenticatelink icon and linklink icon API to authenticate and link the wallet.

API Endpoints
Sandbox Link
POST
https://api.sandbox.juspay.io/customers/{customer_id}/wallets
Production Link
POST
https://api.juspay.io/customers/{customer_id}/wallets
Authorization Header
Body
200 : Success
400 : Invalid Input data
Last updated 3 months ago