← Back to schema index

BankResource

SPEI participant bank in JSON:API shape. `id` and `attributes.code` are always equal (`id` is kept as the stable resource identifier even though `code` duplicates it).

Properties

Field Type Description
type * string JSON:API resource type.
id * string 5-digit Banxico SPEI code of the bank.
attributes * object Canonical attributes of the participant bank (code and official name).
code * string Banxico SPEI code (same value as `id`).
name * string Bank name.
aliases array Alternative names (brand/abbreviations) the OCR normaliser maps to this bank. Empty array when no curated alias exists. Lowercase, accent-stripped.

Used in operations

  • GET /v1/public/banks

Referenced by schemas