Main Page: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
No edit summary
(33 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{NotificationBox|title=WARNING|text=TLS 1.0 was switched off on the 20th of July 2018 on the live servers, switch to TLS 1.1 / 1.2 now!|color=#FF0000}}
{{PageTitle|title= Barion technical documentation}}
{{PageTitle|title= Barion technical documentation}}


Line 6: Line 7:


==Before you start coding==
==Before you start coding==
*[[Getting_started|Getting started - overview of Barion payments]]
*[[Getting_started|Getting started - overview of Barion payments]]
*[[Sandbox|Setting up the Sandbox environment and testing payments]]
*[[Creating_an_account|Creating an account]]
*[[Creating_an_account|Creating an account]]
*[[Creating_a_shop|Creating a shop]]
*[[Creating_a_shop|Creating a shop]]
*[[Calling_the_API|Calling the Barion API]]
*[[Calling_the_API|Calling the Barion API]]
*[[Sandbox|Setting up the Sandbox environment and testing payments]]
<!--*[[Responsive_web_payment|Responsive Web Payment - simple web shop payment for desktop and mobile]]-->
*[[Support|Getting support]]
*[[Going_live|Going live]]
*[[Going_live|Going live]]
==Payment scenarios==
*[[Responsive_web_payment|Responsive Web Payment - simple web shop payment for desktop and mobile]]
*[[Reservation_payment|Payments with reservation / escrow]]
<!--*[[Mobile-app-payment|Mobile App Payment - payment for native mobile apps]]-->
*[[Token_payment|Token payments - for one click or recurring payments]]
*[[C2C_Payments|C2C payments - sharing economy and marketplaces]]
==Other useful info==
*[[Troubleshooting|Troubleshooting - list of common pitfalls]]
*[[Troubleshooting|Troubleshooting - list of common pitfalls]]
*[[Support|Getting support]]
*[[Legal_accounting|Legal and accounting information]]
*[[Localisation|Localization and list of available languages]]
*[[Localisation|Localization and list of available languages]]
*[[Download|Downloadable resources – libraries and source code]]
*[[Download|Downloadable resources – libraries and source code]]
*[[Legal_accounting|Legal and accounting information]]
*[[List_of_API_endpoints|List of Barion API endpoints]]
*[[List_of_API_endpoints|List of Barion API endpoints]]
*[[CodeSamples|Code Samples]]
*[[Security Measures]]
*[https://www.barion.com/en Barion Website]
==Contributors' guide==
*[[Editing_guide|Contributor guidelines and best practices]]


==Payment scenarios==
<!-- ==Other relevant services==
*[[Responsive_web_payment|Responsive Web Payment - simple web shop payment for desktop and mobile]]
*[[Mobile-app-payment|Mobile App Payment - payment for native mobile apps]]
*[[Token-payment|Token payments - for one click or recurring payments]]
*[[Sharing_economy_payments|Sharing economy payments - C2C transactions with optional commission and escrow]]
<!--
==Other relevant services==
*[[refunding|Refunding payments to customers - automated with API]]
*[[refunding|Refunding payments to customers - automated with API]]
*[[withdrawing|Withdrawing money to bank account  - automated with API]]
*[[withdrawing|Withdrawing money to bank account  - automated with API]]
*[[sending-money|Sending money to other Barion accounts for free - automated with API]]-->
*[[sending-money|Sending money to other Barion accounts for free - automated with API]]-->
==Contributors' guide==
*[[Editing_guide|Contributor guidelines and best practices]]

Revision as of 15:39, 7 August 2018

WARNING
TLS 1.0 was switched off on the 20th of July 2018 on the live servers, switch to TLS 1.1 / 1.2 now!

Barion technical documentation

Welcome to the technical documentation of the Barion Smart Gateway electronic payment system. In this wiki you can find the resources needed to implement quick and reliable payment services in your web shop or mobile application.

Before you start coding

Payment scenarios


Other useful info

Contributors' guide