BankDetails: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=Bank details structure}} This structure represents bank details that is used as the recipient of an outgoing bank (wire) transfer from the Barion system. =...") |
No edit summary |
||
Line 13: | Line 13: | ||
|- | |- | ||
| Name|| string || | | Name|| string || | ||
* | * Required only for outgoing foreign non-IBAN withdrawal from HUF account and withdrawal from CZ accounts. | ||
* Maximum length: 60 characters | * Maximum length: 60 characters | ||
|| The name of the recipient's bank. Used when transferring money abroad and/or other than HUF. | || The name of the recipient's bank. Used when transferring money abroad and/or other than HUF. | ||
|- | |- | ||
| Address|| [[BankAddress]]|| | | Address|| [[BankAddress]]|| | ||
* | * Required only for outgoing foreign non-IBAN withdrawal from HUF account and withdrawal from CZ accounts. | ||
|| The address of the recipient's bank. Used when transferring money abroad and/or other than HUF and for fraud analysis. | || The address of the recipient's bank. Used when transferring money abroad and/or other than HUF and for fraud analysis. | ||
|- | |- | ||
| SwiftCode|| string || | | SwiftCode|| string || | ||
* | * Required only for outgoing foreign IBAN withdrawal from HUF account. | ||
* Minimum length: 8 characters | * Minimum length: 8 characters | ||
* Maximum length: 11 characters | * Maximum length: 11 characters |
Revision as of 11:28, 31 May 2022
Bank details structure
This structure represents bank details 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 |
---|---|---|---|
Name | string |
|
The name of the recipient's bank. Used when transferring money abroad and/or other than HUF. |
Address | BankAddress |
|
The address of the recipient's bank. Used when transferring money abroad and/or other than HUF and for fraud analysis. |
SwiftCode | string |
|
The SwiftCode of the bank when transferring money abroad. |