BankAddress: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
{{api_input_table_header}}
{{api_input_table_header}}
|-
|-
| StreetAndNr|| string ||  
| Street|| string ||  
* Required
* Required
* Maximum length: 60 characters
* Maximum length: 60 characters
* Maximum length: 35 characters from CZ accounts
* Maximum length: 35 characters from CZK accounts
|| 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.
|| 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.
|-
|-
Line 21: Line 21:
* Required
* Required
* Maximum length: 60 characters
* Maximum length: 60 characters
* Maximum length: 35 characters from CZ accounts
* Maximum length: 35 characters from CZK accounts
|| City part of the address of the recipient. Used when transferring money abroad and/or other than HUF.
|| City part of the address of the recipient. Used when transferring money abroad and/or other than HUF.
|-
|-
Line 32: Line 32:


Note:
Note:
* in case of outgoing transfers from non CZ accounts, length of all the three fields combined shall be maximum 58 characters.
* in case of outgoing transfers from non CZK accounts, length of all the three fields combined shall be maximum 58 characters.

Revision as of 09:23, 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
  • Required
  • Maximum length: 60 characters
  • Maximum length: 35 characters from CZK accounts
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
  • Required
  • Maximum length: 60 characters
  • Maximum length: 35 characters from CZK accounts
City part of the address of the recipient. Used when transferring money abroad and/or other than HUF.
Zip string
  • Required
  • Maximum length: 16 characters
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 outgoing transfers from non CZK accounts, length of all the three fields combined shall be maximum 58 characters.