List of API endpoints: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
Line 9: Line 9:
Base URL for API requests in the '''Sandbox (test)''' environment: <code>https://api.test.barion.com</code> (learn more about the Sandbox environment [[Sandbox|here]])
Base URL for API requests in the '''Sandbox (test)''' environment: <code>https://api.test.barion.com</code> (learn more about the Sandbox environment [[Sandbox|here]])


{{NotificationBox|title=NOTE|text=Always double check that you are connecting to the proper environment to avoid unnecessary troubleshooting!|color=#1993c7}}
{{NotificationBox|title=IMPORTANT|text=Always double check that you are connecting to the proper environment to avoid unnecessary troubleshooting!|color=#FF7A3D}}


==Endpoint list==
==Endpoint list==

Revision as of 14:33, 6 February 2017

List of Barion API endpoints

On this page you can find the currently available API endpoints in the Barion system.

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.

v2 /Payment/Start

v2 /Payment/GetPaymentState

v2 /Payment/Refund

v2 /Withdraw/BankTransfer

v1 /Transfer/Send

Note: Endpoints must be prefixed with the corresponding API version.