BinResource
A BIN resolution result from the local `bin_directory` catalog, in JSON:API shape. `id` and `attributes.bin` are equal: the 6-8 digit BIN that actually matched (never the full number the caller sent).
Properties
| Field | Type | Description |
|---|---|---|
type * | string | JSON:API resource type. |
id * | string | The 6-8 digit BIN that matched in the catalog. |
attributes * | object | Issuing bank and card metadata associated with the BIN. |
bin * | string | The matched BIN (same value as `id`; 6-8 digits). |
bank_name * | string | Canonical Banxico name of the issuing bank. |
banxico_code * | string | 5-digit Banxico SPEI code of the issuing bank, or `null` when the issuer is not SPEI-routable (e.g. Amex, vouchers). |
card_brand | string | Card network (VISA, MASTERCARD, …), or `null` if unknown. |
card_type | string | Card type (CREDIT, DEBIT, PREPAID, …), or `null` if unknown. |
card_level | string | Card level/tier (GOLD, PLATINUM, …), or `null` if unknown. |
country_iso * | string | Issuing country as ISO-3166 alpha-2. |
Used in operations
GET /v1/public/bin-lookup/{bin}