Get Card BIN Data [v3]
POST/api/v3/get-bin-data
Look up card metadata from the first 6 digits (BIN/IIN) of a card number.
Quick Reference
- Required:
card_bin(first 6 digits of card number) - Optional:
order_id(for additional context) - Returns:
payment_mode_code,card_type,scheme_name,issuer_name,issuer_code,card_country_code
Request
Responses
- 200
- 4XX
- 5XX
When the BIN data is successfully fetched, the response will be as below
When the BIN data cannot be fetched, the response will be as below
When there is a problem on the server, the response will be as below