BankDetails: Difference between revisions

From Barion Documentation
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
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:


{{api_input_table_header}}
{{api_input_table_header}}
|-
| Name|| string ||
* Optional
* Maximum length: 60 characters
|| The name of the recipient's bank. Used when transferring money abroad and/or other than HUF.
|-
| Address|| [[BankAddress]]||
* Optional
|| 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 ||  
* Optional
* Required for IBAN transfers.
* Minimum length: 8 characters
* Minimum length: 8 characters
* Maximum length: 11 characters
* Maximum length: 11 characters

Latest revision as of 14:02, 7 June 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
SwiftCode string
  • Required for IBAN transfers.
  • Minimum length: 8 characters
  • Maximum length: 11 characters
The SwiftCode of the bank when transferring money abroad.