List of API endpoints: Difference between revisions
m (→Endpoint list) |
m (added deprecated to getpaymentstate, and obsolete to v2 withdraw/banktransfer endpoints) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 14: | Line 14: | ||
==Endpoint list== | ==Endpoint list== | ||
Currently the following endpoints are available in the Barion API. | Currently, the following endpoints are available in the Barion API. | ||
{| | {| | ||
|'''Barion Smart Gateway''' | |'''Barion Smart Gateway''' | ||
|'''Barion Wallet''' | |'''Barion Wallet''' | ||
|'''Barion Bridge''' | |||
|- | |- | ||
| style="padding-right: 100px;vertical-align: top" | | | style="padding-right: 100px;vertical-align: top" | | ||
To authenticate for these endpoints, use [[Barion Shop Authentication]]. | |||
<span class="api-ver">v2</span> [[Payment-Start-v2|/Payment/Start]] | <span class="api-ver">v2</span> [[Payment-Start-v2|/Payment/Start]] | ||
<span class="api-ver">v2</span> [[Payment-GetPaymentState-v2|/Payment/GetPaymentState]] | <span class="api-ver">v2</span> [[Payment-GetPaymentState-v2|/Payment/GetPaymentState]] (deprecated) | ||
<span class="api-ver">v4</span> [[Payment-PaymentState-v4|/Payment/<PaymentId>/paymentstate]] | |||
<span class="api-ver">v2</span> [[Payment-Complete-v2|/Payment/Complete]] | <span class="api-ver">v2</span> [[Payment-Complete-v2|/Payment/Complete]] | ||
Line 37: | Line 40: | ||
<span class="api-ver">v2</span> [[Payment-Refund-v2|/Payment/Refund]] | <span class="api-ver">v2</span> [[Payment-Refund-v2|/Payment/Refund]] | ||
| style="vertical-align: top" | | | style="padding-right: 100px;vertical-align: top" | | ||
To authenticate for these endpoints, use [[Barion Wallet Authentication]]. | |||
<span class="api-ver">v2</span> [[Accounts-Get-v2|/Accounts]] | <span class="api-ver">v2</span> [[Accounts-Get-v2|/Accounts]] | ||
Line 46: | Line 49: | ||
<span class="api-ver">v3</span> [[Withdraw-BankTransfer-v3|/Withdraw/BankTransfer]] | <span class="api-ver">v3</span> [[Withdraw-BankTransfer-v3|/Withdraw/BankTransfer]] | ||
<span class="api-ver">v2</span> [[Withdraw-BankTransfer-v2|/Withdraw/BankTransfer]] ( | <span class="api-ver">v2</span> [[Withdraw-BankTransfer-v2|/Withdraw/BankTransfer]] (obsolete) | ||
<span class="api-ver">v2</span> [[Statement-Download-v2|/Statement/Download]] | <span class="api-ver">v2</span> [[Statement-Download-v2|/Statement/Download]] | ||
Line 52: | Line 55: | ||
<span class="api-ver">v2</span> [[Transfer-Email-v2|/Transfer/Email]] | <span class="api-ver">v2</span> [[Transfer-Email-v2|/Transfer/Email]] | ||
<span class="api-ver">v1</span> [[ | | style="padding-right: 100px;vertical-align: top" | | ||
To authenticate for these endpoints, use [[Barion Wallet Authentication]]. | |||
<span class="api-ver">v1</span> [[Pos-Create-v1|/Pos]] | |||
<span class="api-ver">v1</span> [[Pos-Get-v1|/Pos/{PublicKey}]] | |||
To register wallets with pre-filled values on secure.barion.com,<br /> | |||
you can use the following method: | |||
[[Registration_with_pre-filled_values|/Registration]] | |||
|- | |- | ||
|} | |} |
Latest revision as of 13:56, 8 April 2024
List of Barion API endpoints
On this page you can find the currently available API endpoints in the Barion system. If you are new here, first please read the Getting started page.
API base URL
Base URL for API requests in the Live (production) environment: https://api.barion.com
Base URL for API requests in the Sandbox (test) environment: https://api.test.barion.com
(learn more about the Sandbox environment here)
Endpoint list
Currently, the following endpoints are available in the Barion API.
Barion Smart Gateway | Barion Wallet | Barion Bridge |
To authenticate for these endpoints, use Barion Shop Authentication. v2 /Payment/GetPaymentState (deprecated) v4 /Payment/<PaymentId>/paymentstate |
To authenticate for these endpoints, use Barion Wallet Authentication. v2 /Accounts v3 /GetHistory v2 /Withdraw/BankTransfer (obsolete) |
To authenticate for these endpoints, use Barion Wallet Authentication. v1 /Pos
To register wallets with pre-filled values on secure.barion.com,
|