Link Wallet

Completes the authentication and linking process of the wallet with the customer account. OTP received from the authenticate API call is forwarded to Juspay using this API for linking the wallet. On successful verification of the OTP, the wallet is linked with the customer object. If failed, then linked attribute will remain to be false.

Returns the wallet object.

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