RecipientDetails: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "{{PageTitle|title=Bank account structure}} This structure represents details of recipient of an outgoing bank (wire) transfer from the Barion system. = API usage = This str...")
 
m (Add ForeignDomestic reference)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{PageTitle|title=Bank account structure}}
{{PageTitle|title=Recipient Details}}


This structure represents details of recipient of an outgoing bank (wire) transfer from the Barion system.
This structure represents details of recipient of an outgoing bank (wire) transfer from the Barion system.
Line 15: Line 15:
* Required
* Required
* Maximum length: 100 characters
* Maximum length: 100 characters
|| Name of the recipient. Note that the account number must comply with the legal GIRO/IBAN format standards (if applicable).
|| Name of the recipient.
|-
|-
| Address|| [[RecipientAddress]] ||  
| Address|| [[RecipientAddress]] ||  
Line 23: Line 23:
|-
|-
|}
|}
Details on foreign/domestic terms: [[ForeignDomestic]]

Latest revision as of 13:15, 5 August 2022

Recipient Details

This structure represents details of 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
Name string
  • Required
  • Maximum length: 100 characters
Name of the recipient.
Address RecipientAddress
  • Required for foreign withdrawals,
  • Optional for domestic transfers.
Address of the recipient.

Details on foreign/domestic terms: ForeignDomestic