Redirection Wallet Transactions
This operation retrieves information about all the available payment methods available for the merchant through Juspay. Consume data for all enabled wallets on the Juspay platform from the response and display them on the Checkout page.
In redirection flow, the user is taken to the wallet’s URL for payment where the user is required to enter his credentials and log in. The user needs to link his wallet for each 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
To show a loader for the processing state.
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
Default value for 'showLoader' param, when not passed, is set to true.

