BankAccount

From Barion Documentation
Revision as of 11:30, 6 February 2017 by Vinczei (talk | contribs) (Created page with "{{PageTitle|title=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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.
Format BankAccountNumberFormat
  • Required
The format of the bank account number.
AccountNumber string
  • Required
  • Maximum length: 34 characters
The bank account number itself.
Address string
  • Optional
  • Maximum length: 60 characters
The address of the recipient. Used when transferring money outside Hungary and for fraud analysis.
BankName string
  • Optional
  • Maximum length: 60 characters
The name of the recipient's bank. Used when transferring money outside Hungary.
BankAddress string
  • Optional
  • Maximum length: 60 characters
The address of the recipient's bank. Used when transferring money outside Hungary and for fraud analysis.