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).
ExtendsJsonApiResourceBase
Properties
| Field | Type | Description |
|---|---|---|
type* | string | API resource type (`bin_lookup` by default). |
id* | string | The 6-8 digit BIN that matched in the lookup. |
attributes* | object | Attributes of the BIN and the associated bank. |
bin* | string | The 6-8 digit BIN that matched in the lookup (same value as `id`). |
bank_name* | string | Official name of the banking institution. |
banxico_code* | string | null | 5-digit code of the banking institution in the SPEI system, or `null` when the bank is not a SPEI participant (e.g. Amex). |
card_brand | string | null | Card network (VISA, MASTERCARD, …), or `null` if unknown. |
card_type | string | null | Card type (CREDIT, DEBIT, PREPAID, …), or `null` if unknown. |
card_level | string | null | Card level (GOLD, PLATINUM, …), or `null` if unknown. |
country_iso* | string | Issuing country code (in ISO-3166 alpha-2). |
Used in operations
GET /v1/public/bin-lookup/{bin}