Main Page: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
No edit summary
(39 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]]
*[[Creating_a_shop|Creating an account]]
*[[Sandbox|Setting up the Sandbox environment and testing payments]]
*[[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]]-->
*[[going-live|Going live]]
*[[Support|Getting support]]
*[[troubleshooting|Troubleshooting - list of common pitfalls]]
*[[Going_live|Going live]]
*[[support|Getting support]]
 
==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]]
*[[Localisation|Localization and list of available languages]]
*[[Download|Downloadable resources – libraries and source code]]
*[[Legal_accounting|Legal and accounting information]]
*[[Legal_accounting|Legal and accounting information]]
*[[localisation|Localization and list of available languages]]
*[[download|Downloadable resources – libraries and source code]]
*[[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]


==Payment scenarios==
==Contributors' guide==
*[[Responsive_web_payment|Responsive Web Payment - simple web shop payment for desktop and mobile]]
*[[Editing_guide|Contributor guidelines and best practices]]
*[[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==
<!-- ==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