BankAccountNumberFormat: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "{{PageTitle|title=Bank account number format enumeration}} This enum indicates the format of a bank account number, when initiating bank (wire) transfers. = Included in =...")
 
Line 23: Line 23:
| IBAN || 2 || Standard International Bank Account Number format. Its length depends on the recipient's bank's country.
| 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.
|-
| Other || 10 || Every other formats, where the others are not applicable (e.g. Sort Code)
| Other || 10 || Every other formats, where the others are not applicable (e.g. Sort Code)
|}
|}

Revision as of 12:38, 12 August 2019

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