Withdraw-BankTransfer-v2: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "{{PageTitle|title=Barion API: Initiate a bank transfer}} {{TableOfContents}} {{api_callmethod |method=POST |uri=/v2/Withdraw/BankTransfer }} The <code>/withdraw/banktransfe...")
 
No edit summary
Line 8: Line 8:
}}
}}


The <code>/withdraw/banktransfer<code> API endpoint is used to send money out of the Barion system via bank (wire) transfer.
The <code>/withdraw/banktransfer</code> API endpoint is used to send money out of the Barion system via bank (wire) transfer.


Prerequisites before use:
Prerequisites before use:

Revision as of 11:25, 6 February 2017

Barion API: Initiate a bank transfer

POST /v2/Withdraw/BankTransfer

The /withdraw/banktransfer API endpoint is used to send money out of the Barion system via bank (wire) transfer.

Prerequisites before use:


v2 This API endpoint is available in API v2 only.

Input properties

Property name Property type Limitations and constraints Description
Currency string
  • Required
The currency of the bank transfer.

Note: Barion does not do currency rate conversion. The caller must have an active account with the selected currency, and must ensure that the target bank accepts the selected currency.

Amount decimal
  • Required
  • Must be greater than zero
The total amount to withdraw, excluding fees.
RecipientName string
  • Required
The name of the recipient of the bank transfer.
Currency string
  • Optional
  • Maximum length: 90 characters
The comment of the bank transfer.
BankAccount BankAccount
  • Required
Information about the recipient's bank account.