RecipientAddress: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
| Street|| string || | | Street|| string || | ||
* Required | * Required | ||
* Maximum length: 60 characters | * Maximum length: 60 characters for domestic transfers | ||
* Maximum length: 35 characters | * Maximum length: 35 characters for foreign transfers | ||
|| Street and street number part of the address of the recipient. Used when transferring money outside Hungary and/or other than HUF and for fraud analysis. | || Street and street number part of the address of the recipient. Used when transferring money outside Hungary 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 | ||
* Maximum length: 35 characters | * Maximum length: 35 characters for foreign transfers | ||
|| City part of the address of the recipient. Used when transferring money outside Hungary and/or other than HUF. | || City part of the address of the recipient. Used when transferring money outside Hungary and/or other than HUF. | ||
|- | |- | ||
Line 36: | Line 36: | ||
Note: | Note: | ||
* in case of outgoing transfers | * in case of outgoing transfers for domestic transfers, length of all fields combined shall be maximum 58 characters. |
Revision as of 09:29, 2 June 2022
Recipient Address
This structure represents recipient address 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 recipient, in 3-letter country code (ISO 3166-1 Alpha-3) format |
Street | string |
|
Street and street number part of the address of the recipient. Used when transferring money outside Hungary and/or other than HUF and for fraud analysis. |
City | string |
|
City part of the address of the recipient. Used when transferring money outside Hungary and/or other than HUF. |
Zip | string |
|
Zip part of the address of the recipient. Used when transferring money outside Hungary and/or other than HUF and for fraud analysis. |
Note:
- in case of outgoing transfers for domestic transfers, length of all fields combined shall be maximum 58 characters.