1curl -X POST https://{{vault_url_identifier}}.vault.skyflowapis.com/v1/card_lookup \2 -H "Authorization: Bearer <token>" \3 -H "Content-Type: application/json" \4 -d '{5 "BIN": "455673070"6}'
1{2 "cards_data": [3 {4 "BIN": "012345",5 "issuer_name": "JPMorgan Chase Bank N.A.",6 "country_code": "US",7 "currency": "",8 "card_type": "credit",9 "card_category": "Visa Traditional",10 "card_scheme": "Visa"11 }12 ]13}
Note: This endpoint is in beta and subject to change. Returns the specified card metadata.
Find card metadata by skyflow_id.
skyflow_id
Access token, prefixed by Bearer: Bearer <token>. Retrieved using OAuth2 security scheme.