BankAddress: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=Bank Address}} This structure represents bank address that is used in foreign outgoing bank (wire) transfer from the Barion system. = API usage = This str...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
{{api_input_table_header}} | {{api_input_table_header}} | ||
|- | |- | ||
| | | Street|| string || | ||
* Required | * Required | ||
* Maximum length: 60 characters | * Maximum length: 60 characters for domestic transfers | ||
|| Street and street number part of the address of the recipient. Used when transferring money | * Maximum length: 35 characters for foreign transfers | ||
|| Street and street number part of the address of the recipient. Used when transferring money abroad and/or other than HUF and for fraud analysis. | |||
|- | |- | ||
| City|| string || | | City|| string || | ||
* Required | * Required | ||
* Maximum length: 60 characters | * Maximum length: 60 characters for domestic transfers | ||
|| City part of the address of the recipient. Used when transferring money | * Maximum length: 35 characters for foreign transfers | ||
|| City part of the address of the recipient. Used when transferring money abroad and/or other than HUF. | |||
|- | |- | ||
| Zip|| string || | | Zip|| string || | ||
* Required | * Required | ||
* Maximum length: 16 characters | * Maximum length: 16 characters | ||
|| Zip part of the address of the recipient. Used when transferring money | || Zip part of the address of the recipient. Used when transferring money abroad and/or other than HUF and for fraud analysis. | ||
|- | |- | ||
|} | |} | ||
Note: | |||
* in case of domestic transfers, length of all fields combined shall be maximum 58 characters. | |||
* Details on foreign/domestic terms: [[ForeignDomestic]] |
Latest revision as of 09:56, 2 June 2022
Bank Address
This structure represents bank address that is used in foreign 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 |
---|---|---|---|
Street | string |
|
Street and street number part of the address of the recipient. Used when transferring money abroad and/or other than HUF and for fraud analysis. |
City | string |
|
City part of the address of the recipient. Used when transferring money abroad and/or other than HUF. |
Zip | string |
|
Zip part of the address of the recipient. Used when transferring money abroad and/or other than HUF and for fraud analysis. |
Note:
- in case of domestic transfers, length of all fields combined shall be maximum 58 characters.
- Details on foreign/domestic terms: ForeignDomestic