List of API endpoints: Difference between revisions
Jump to navigation
Jump to search
m (→Endpoint list) |
|||
Line 16: | Line 16: | ||
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''' | ||
Line 50: | Line 48: | ||
|- | |- | ||
|} | |} | ||
{{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 the results of Barion Smart Gateway payments]] | [[Callback_mechanism|Barion callback mechanism - how to properly get notified about the results of Barion Smart Gateway payments]] |
Revision as of 10:07, 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.
Barion Smart Gateway | Barion Wallet |
v2 /Withdraw/BankTransfer (deprecated) v1 /Transfer/Send (deprecated) |
IMPORTANT
Endpoints must be prefixed with the corresponding API version.