cURL
curl --request GET \ --url https://api.flutterwave.com/v3/card-bins/{bin} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "completed", "data": { "issuing_country": " NIGERIA NG", "bin": "539983", "card_type": "MASTERCARD", "issuer_info": "MASTERCARD GUARANTY TRUST BANK Mastercard Naira Debit Card " } }
Resolve your customer’s bank identification number(BIN)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
539983
OK
Show child attributes
{ "issuing_country": " NIGERIA NG", "bin": "539983", "card_type": "MASTERCARD", "issuer_info": "MASTERCARD GUARANTY TRUST BANK Mastercard Naira Debit Card "}
Was this page helpful?