Main Page: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
No edit summary
(21 intermediate revisions by 4 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 17: Line 18:
==Payment scenarios==
==Payment scenarios==
*[[Responsive_web_payment|Responsive Web Payment - simple web shop payment for desktop and mobile]]
*[[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]]-->
<!--*[[Mobile-app-payment|Mobile App Payment - payment for native mobile apps]]-->
*[[Token_payment|Token payments - for one click or recurring payments]]
*[[Token_payment|Token payments - for one click or recurring payments]]
<!--*[[Sharing_economy_payments|Sharing economy payments - C2C transactions with optional commission and escrow]]
*[[C2C_Payments|C2C payments - sharing economy and marketplaces]]  


==Other relevant services==
*[[refunding|Refunding payments to customers - 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]]-->


==Other useful info==
==Other useful info==
Line 32: Line 30:
*[[Legal_accounting|Legal and accounting information]]
*[[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]
*[https://www.barion.com/en Barion Website]


==Contributors' guide==
==Contributors' guide==
*[[Editing_guide|Contributor guidelines and best practices]]
*[[Editing_guide|Contributor guidelines and best practices]]
<!-- ==Other relevant services==
*[[refunding|Refunding payments to customers - 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]]-->

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