
Retrieve available payment modes, bank lists, wallet options, EMI plans, card details, and UPI validation. These utilities power the checkout interface with real-time payment method availability.
POST
List of Payment Modes [v3]Retrieve all available payment modes for an order, including applicable offers and additional charges per mode.
POSTList of Banks [v3]Retrieve the list of banks available for netbanking payments, with real-time health status and applicable charges. If `order_id` is provided, it takes priority over `total_amount` and `currency` for charge calculations. Default amount is 1 if nothing is provided.
POSTList of Wallets [v3]Retrieve the list of wallets available for payment, with real-time health status and applicable charges.
POSTList of EMIs [v3]Retrieve available EMI options across credit card, debit card, and cardless EMI, including tenure plans and applicable offers.
POSTValidate UPI VPA [v3]Validate a UPI ID (Virtual Payment Address) before placing a collect request. Invalid UPI IDs will cause payment failures, so always validate first. The response confirms validity and returns the account holder's name for valid addresses.
POSTGet Card BIN Data [v3]Look up card metadata from the first 6 digits (BIN/IIN) of a card number.
POSTGet Card Details [v3]Retrieve the PAR, BIN details, and a Nimbbl token reference for a card.
POSTOffers [v3]Retrieve available offers for a specific payment mode on an order. Filter by providing mode-specific details.