post https://api.juspay.in/wallets//topup
Topup wallet API can be used to add money to the customer wallet. This API is applicable only for linked wallets.
Response Parameters for the Topup API: (click to view)
Parameter | Type | Description |
---|---|---|
topup_txn_id | String | Merchant transaction id for topup request |
wallet_id | String | The ID of the wallet |
status | String | Status of the topup payment. "PENDING" means that the payment request is waiting a response from the customer. |
payment_url | String | A fully qualified URL such as https://shop.merchant.com/ to which the customer will be redirected to acknowledge the payment. This URL shouldn’t contain any query parameters. |
⭣
The request consists of wallet_id, and other parameters, as listed below: