BankAccountNumberFormat: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) |
|||
Line 24: | Line 24: | ||
|- | |- | ||
| Czech || 3 || Czech BBANK Format, length could vary between 12 and 20 characters. | | Czech || 3 || Czech BBANK Format, length could vary between 12 and 20 characters. | ||
|} | |} |
Revision as of 08:12, 12 July 2022
Bank account number format enumeration
This enum indicates the format of a bank account number, when initiating bank (wire) transfers.
Included in
This enum is used in the following structures:
API usage
This enum is used by the following API endpoints:
Enum list
Enum value | Byte / int value | Description |
---|---|---|
Unknown | -1 | The bank account number format is unknown. |
Giro | 1 | Hungarian GIRO-format, which can be either 2×8 or 3×8 characters. |
IBAN | 2 | Standard International Bank Account Number format. Its length depends on the recipient's bank's country. |
Czech | 3 | Czech BBANK Format, length could vary between 12 and 20 characters. |