BankAccount: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=Bank account structure}} This structure represents a bank account that is used as the recipient of an outgoing bank (wire) transfer from the Barion system....") |
|||
Line 14: | Line 14: | ||
| Country || string || | | Country || string || | ||
* Required | * Required | ||
|| The country of the bank | || The country of the bank, in 3-letter country code (ISO 3166-1 Alpha-3) format | ||
|- | |- | ||
| Format || [[BankAccountNumberFormat]] || | | Format || [[BankAccountNumberFormat]] || |
Revision as of 13:03, 9 October 2017
Bank account structure
This structure represents a bank account that is used as the recipient of an outgoing bank (wire) transfer from the Barion system.
API usage
This structure is used by the following API endpoints:
Property list
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
Country | string |
|
The country of the bank, in 3-letter country code (ISO 3166-1 Alpha-3) format |
Format | BankAccountNumberFormat |
|
The format of the bank account number. |
AccountNumber | string |
|
The bank account number itself. |
Address | string |
|
The address of the recipient. Used when transferring money outside Hungary and for fraud analysis. |
BankName | string |
|
The name of the recipient's bank. Used when transferring money outside Hungary. |
BankAddress | string |
|
The address of the recipient's bank. Used when transferring money outside Hungary and for fraud analysis. |