List of API endpoints: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
Line 16: Line 16:
Currently the following endpoints are available in the Barion API.
Currently the following endpoints are available in the Barion API.


{{NotificationBox|title=IMPORTANT|text=Endpoints must be prefixed with the corresponding API version.|color=#FF7A3D}}
{|
|'''Barion Smart Gateway'''
|'''Barion Wallet'''
|-
| style="padding-right: 100px;vertical-align: top" |
<span class="api-ver">v2</span> [[Payment-Start-v2|/Payment/Start]]
<span class="api-ver">v2</span> [[Payment-Start-v2|/Payment/Start]]


Line 29: Line 36:


<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" |
<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> [[Withdraw-BankTransfer-v2|/Withdraw/BankTransfer]] (deprecated)
<span class="api-ver">v3</span> [[Withdraw-BankTransfer-v3|/Withdraw/BankTransfer]]


<span class="api-ver">v2</span> [[Accounts-Get-v2|/Accounts/Get]]
<span class="api-ver">v2</span> [[Accounts-Get-v2|/Accounts/Get]]
Line 41: Line 48:


<span class="api-ver">v1</span> [[Transfer-Send-v1|/Transfer/Send]] (deprecated)
<span class="api-ver">v1</span> [[Transfer-Send-v1|/Transfer/Send]] (deprecated)
 
|-
{{NotificationBox|title=IMPORTANT|text=Endpoints must be prefixed with the corresponding API version.|color=#FF7A3D}}
|}


==Other interfaces==
==Other interfaces==
[[Callback_mechanism|Barion callback mechanism - how to properly get notified about successful payments]]
[[Callback_mechanism|Barion callback mechanism - how to properly get notified about successful payments]]

Revision as of 09:57, 28 October 2022

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)

IMPORTANT
Always double check that you are connecting to the proper environment to avoid unnecessary troubleshooting!

Endpoint list

Currently the following endpoints are available in the Barion API.

IMPORTANT
Endpoints must be prefixed with the corresponding API version.
Barion Smart Gateway Barion Wallet

v2 /Payment/Start

v2 /Payment/GetPaymentState

v2 /Payment/Complete

v2 /Payment/FinishReservation

v2 /Payment/Capture

v2 /Payment/CancelAuthorization

v2 /Payment/Refund

v3 /Withdraw/BankTransfer

v2 /Withdraw/BankTransfer (deprecated)

v2 /Accounts/Get

v2 /Statement/Download

v2 /Transfer/Email

v1 /Transfer/Send (deprecated)

Other interfaces

Barion callback mechanism - how to properly get notified about successful payments