BankAccountNumberFormat
Jump to navigation
Jump to search
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. |
Other | 10 | Every other formats, where the others are not applicable (e.g. Sort Code) |