Wallet Mandate Transactions
This operation retrieves information about all the available Mandate payment methods available for the merchant through Juspay. Consume data for all enabled wallets on the Juspay platform from the PaymentMethoad API response and display them on the Checkout page.
This action starts a wallet mandate registration transaction.
Create Payload to call Process API for Wallet Payments. Refer code snippets on the right for reference.
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
Value: in.juspay.hyperapi
Parameters required to call Hyper SDK API
Must be walletTxn for wallet Process calls.
order id pertaining to the order for which the payment is started.
The actual payment method that was selected by the user. For WALLET transactions, it must be one of the instruments from Payment method table.
Required for client side authentication
The key offers should be passed only when juspay offers are being used. The value for this key can set as the offerID which is received from /v1/offers/list api
This is a customer’s consent flag. This should be always TRUE in case of a mandate transaction.
EMANDATE in case of UPI/NB/Wallet.
MANDATE in case of card

