Check Native OTP Eligibility

This is a single Juspay API that gives complete details of a card like bank name, network name, issuing country, card type etc. This is an S2S API that requires authentication and accepts Card BIN as input i.e. first 6-9 digits of the card.

You can also use this API to check if a card is eligible for Native OTP (direct OTP) payments.

Warning

Networks have shifted to using 9-digit BINs for more accurate information. We are still maintaining the existing support for 6-digit BINs for compatibility.

Merchants are however requested to move to the 9 digits bin based logic for fetching card information by December 31st, 2023.

API Endpoints
Sandbox Link
GET
https://sandbox.juspay.in/cardbins/{card_bin}
Production Link
GET
https://api.juspay.in/cardbins/{card_bin}
Path Params
Query Params
200 : Success
Last updated 1 month ago