BankAccount: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
m (→‎Property list: fix requirements to BankAddress, BankName, Address requirements)
 
Line 28: Line 28:
* Optional
* Optional
* Maximum length: 60 characters
* Maximum length: 60 characters
|| The address of the recipient. Used when transferring money outside Hungary and for fraud analysis.
|| The address of the recipient. Used when transferring money outside Hungary and/or other than HUF and for fraud analysis.
|-
|-
| BankName|| string ||  
| BankName|| string ||  
* Optional
* Optional
* Maximum length: 60 characters
* Maximum length: 60 characters
|| The name of the recipient's bank. Used when transferring money outside Hungary.
|| The name of the recipient's bank. Used when transferring money outside Hungary and/or other than HUF.
|-
|-
| BankAddress|| string ||  
| BankAddress|| string ||  
* Optional
* Optional
* Maximum length: 60 characters
* Maximum length: 60 characters
|| The address of the recipient's bank. Used when transferring money outside Hungary and for fraud analysis.
|| The address of the recipient's bank. Used when transferring money outside Hungary and/or other than HUF and for fraud analysis.
|-
|-
| SwiftCode|| string ||  
| SwiftCode|| string ||  

Latest revision as of 08:07, 4 May 2022

Bank account structure

This structure represents a bank account 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
  • Required
The country of the bank, in 3-letter country code (ISO 3166-1 Alpha-3) format
Format BankAccountNumberFormat
  • Required
The format of the bank account number.
AccountNumber string
  • Required
  • Maximum length: 34 characters
The bank account number itself. Note that the account number must comply with the legal GIRO/IBAN format standards (if applicable).
Address string
  • Optional
  • Maximum length: 60 characters
The address of the recipient. Used when transferring money outside Hungary and/or other than HUF and for fraud analysis.
BankName string
  • Optional
  • Maximum length: 60 characters
The name of the recipient's bank. Used when transferring money outside Hungary and/or other than HUF.
BankAddress string
  • Optional
  • Maximum length: 60 characters
The address of the recipient's bank. Used when transferring money outside Hungary and/or other than HUF and for fraud analysis.
SwiftCode string
  • Optional
  • Minimum length: 8 characters
  • Maximum length: 11 characters
The SwiftCode of the bank when transferring money outside Hungary.