get https://api.juspay.in/cardbins/
This API will check whether the card bin provided supports direct OTP flow.
Note:
This API is the same as the Card Info API, except that this API does only one eligibility check.
⭣
The response for the Check Eligibility API consists of the following parameters:
Parameter | Type | Description |
---|---|---|
id | String | ID code for the card |
object | String | Must be "cardbin" |
brand | String | Brand of card (MASTERCARD, VISA, etc.) |
bank | String | Code for bank that issued the card |
country | String | Country where card originated |
type | String | CREDIT or DEBIT |
direct_otp_support | Boolean | Verification on card eligibility check for OTP payments (true/false) |
⭣
The request for the Check Eligibility API consists of one Path parameter: card_bin, and two Query parameters: merchant_id, and options.check_direct_otp_support.