← Back to schema index

BinLookupResponse

Response from `GET /v1/public/bin-lookup/{bin}`. A single resource with the issuing SPEI bank resolved against the local `bin_directory` catalog (pure read, no external lookup). An unknown BIN returns `404`, not this body.

Properties

FieldTypeDescription
dataobjectMain response payload. Shape varies by endpoint (object, array, or JSON:API envelope with `type`, `id`, `attributes`).
type*stringAPI resource type (`bin_lookup` by default).
id*stringThe 6-8 digit BIN that matched in the lookup.
attributes*objectAttributes of the BIN and the associated bank.
bin*stringThe 6-8 digit BIN that matched in the lookup (same value as `id`).
bank_name*stringOfficial name of the banking institution.
banxico_code*string | null5-digit code of the banking institution in the SPEI system, or `null` when the bank is not a SPEI participant (e.g. Amex).
card_brandstring | nullCard network (VISA, MASTERCARD, …), or `null` if unknown.
card_typestring | nullCard type (CREDIT, DEBIT, PREPAID, …), or `null` if unknown.
card_levelstring | nullCard level (GOLD, PLATINUM, …), or `null` if unknown.
country_iso*stringIssuing country code (in ISO-3166 alpha-2).
metaobjectResponse metadata including API version, route prefix, unique request identifier, and the server timestamp in UTC.
versionstringAPI version that processed the request.
api_versionstringAPI route prefix version (e.g. `v1`).
request_idstringUnique request identifier (hex).
datetimeobjectCompanion descriptor present in every response's meta block (and in outgoing webhook payloads). Lets clients assert the timezone contract without re-reading the spec.
timezone*stringAlways `UTC` — the canonical timezone for every datetime field in the body.
format*stringAlways `ISO 8601` — explicit `Z` suffix on every datetime.
linksobjectPagination or related links, present only when the endpoint returns a paginated collection.

Used in operations

  • GET /v1/public/bin-lookup/{bin}