Net Banking Transactions
This operation retrieves information about all the available payment methods available for the merchant through Juspay. Consume data for all enabled NB Banks on the Juspay platform from the response and display them on the Checkout page.
This operation helps the merchant to redirect user to the Bank page selected by the user and complete payment through NetBanking.
Create Payload to call Process API for NB 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 nbTxn for NB 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 NetBanking transactions, it must be one of from the Payment Method table here.
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

