Barion release notes - 2022.11.21: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


* '''Virtual IBAN''' feature for bank transfer top-ups,
* '''Virtual IBAN''' feature for bank transfer top-ups,
* '''Wallet API key''' as a new method of API authentication.
* '''Barion Wallet API key''' as a new method of API authentication.


=Virtual IBAN=
=Virtual IBAN=
Line 18: Line 18:
{{NotificationBox|title=IMPORTANT|text=Top-up codes will still function for a while, so we can identify bank transfers by top-up codes, and if you top up Czech crowns (CZK), these improvements will not affect your Barion Wallet. Use your top-up code to transfer CZK to your Barion Wallet. |color=#1993c7}}
{{NotificationBox|title=IMPORTANT|text=Top-up codes will still function for a while, so we can identify bank transfers by top-up codes, and if you top up Czech crowns (CZK), these improvements will not affect your Barion Wallet. Use your top-up code to transfer CZK to your Barion Wallet. |color=#1993c7}}


=Wallet API key=
=Barion Wallet API key=
 
The Wallet level API authentication method is changing, from now on the supported authentication method is via API key. The following endpoints are affected:
<span class="api-ver">v2</span> [[Accounts-Get-v2|/Accounts]]
 
<span class="api-ver">v3</span> [[Withdraw-BankTransfer-v3|/Withdraw/BankTransfer]]
 
<span class="api-ver">v2</span> [[Withdraw-BankTransfer-v2|/Withdraw/BankTransfer]] (deprecated)
 
<span class="api-ver">v2</span> [[Statement-Download-v2|/Statement/Download]]
 
<span class="api-ver">v2</span> [[Transfer-Email-v2|/Transfer/Email]]
 
<span class="api-ver">v1</span> [[Transfer-Send-v1|/Transfer/Send]] (deprecated)
 
For more details, please read our documentation about [[Barion_Wallet_Authentication| Barion Wallet Authentication]]

Revision as of 13:50, 14 November 2022

Barion release notes - 2022.11.21

Short summary

We are publishing some new features in this release:

  • Virtual IBAN feature for bank transfer top-ups,
  • Barion Wallet API key as a new method of API authentication.

Virtual IBAN

Your Barion Wallet now has Virtual IBAN numbers for USD, HUF, and EUR currencies. Instead of manually entering top-up codes, topping up becomes smoother and more error-free. You can check your IBAN numbers in the Top Up menu.

Why is this great news? Here’s a quick laundry list:

  • Forget top-up codes: Having dedicated virtual IBAN account numbers can immediately identify all your top-ups.
  • Less manual errors: The era of entering uniquely generated top-up codes in the comment field is over. You don’t need to type anything manually, just top-up your Wallet and we take care of the rest.
  • One IBAN number for each currency: If you have several currencies in your Barion Wallet, we’ll dedicate a unique virtual IBAN number to every currency. As for HUF-based accounts, you’ll also get a GIRO number.
IMPORTANT
Top-up codes will still function for a while, so we can identify bank transfers by top-up codes, and if you top up Czech crowns (CZK), these improvements will not affect your Barion Wallet. Use your top-up code to transfer CZK to your Barion Wallet.

Barion Wallet API key

The Wallet level API authentication method is changing, from now on the supported authentication method is via API key. The following endpoints are affected: v2 /Accounts

v3 /Withdraw/BankTransfer

v2 /Withdraw/BankTransfer (deprecated)

v2 /Statement/Download

v2 /Transfer/Email

v1 /Transfer/Send (deprecated)

For more details, please read our documentation about Barion Wallet Authentication