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).
ExtendsJsonApiResourceBase
Properties
| Field | Type | Description |
|---|---|---|
type* | string | API resource type (`bank` by default). |
id* | string | 5-digit code of the banking institution. |
attributes* | object | Attributes of the banking institution. |
code* | string | Code of the banking institution (5 digits). Same value as `id`. |
name* | string | Official name of the banking institution. |
aliases | array | Alternative names (brand/abbreviations) of the banking institution. |
Used in operations
GET /v1/public/banks