BankAccountDetails: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "{{PageTitle|title=Bank account details structure}} This structure represents a bank account details for an outgoing bank (wire) transfer from the Barion system. = API usage...")
 
No edit summary
Line 18: Line 18:
| Format || [[BankAccountNumberFormat]] ||  
| Format || [[BankAccountNumberFormat]] ||  
* Required
* Required
|| The format of the bank account number.
|| The format of the bank account number. Note: Withdraw-BankTransfer-v3 does not accept 'Other' as Format.
|-
|-
| AccountNumber || string ||  
| AccountNumber || string ||  

Revision as of 14:04, 7 June 2022

Bank account details structure

This structure represents a bank account details for 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. Note: Withdraw-BankTransfer-v3 does not accept 'Other' as Format.
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).