BankAccountNumberFormat

From Barion Documentation
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)