Barion Smart Gateway for mobile applications: Difference between revisions
Jump to navigation
Jump to search
(Created page with "There are two ways to integrate the Barion Smart Gateway into a mobile application: * '''Native SDK Integration''' (Recommended) * Browser-Based Integration For the best possible user experience, we recommend using the native Barion Mobile SDK. == '''Native SDK Integration''' (Recommended) == This integration method keeps users within the app environment throughout the entire payment process, offering a smoother and more cohesive experience. Additionally, it provides...") |
No edit summary |
||
| Line 1: | Line 1: | ||
= Barion Smart Gateway for mobile applications = | |||
There are two ways to integrate the Barion Smart Gateway into a mobile application: | There are two ways to integrate the Barion Smart Gateway into a mobile application: | ||
| Line 16: | Line 17: | ||
Please refer to our documentation for instructions on integrating the Barion SDK: | Please refer to our documentation for instructions on integrating the Barion SDK: | ||
== Browser-Based Integration == | |||
This method involves redirecting the user to the Barion payment gateway using a browser component within the app. The following options are available: | |||
* '''For Android:''' Using <code>CustomTabsIntent</code> | |||
* '''For iOS:''' Using <code>SFSafariViewController</code> | |||
Please refer to our documentation for instructions: | |||
Revision as of 09:41, 14 February 2025
Barion Smart Gateway for mobile applications
There are two ways to integrate the Barion Smart Gateway into a mobile application:
- Native SDK Integration (Recommended)
- Browser-Based Integration
For the best possible user experience, we recommend using the native Barion Mobile SDK.
Native SDK Integration (Recommended)
This integration method keeps users within the app environment throughout the entire payment process, offering a smoother and more cohesive experience. Additionally, it provides better customization and control over the UI/UX.
Why Choose Native SDK Integration?
- Seamless User Experience: Users stay within the app, maintaining context and reducing friction.
- Customizable UI/UX: Greater control over the look and feel of the payment flow.
- Enhanced Performance: Native components are optimised for mobile devices, ensuring faster load times and smoother transitions.
Please refer to our documentation for instructions on integrating the Barion SDK:
Browser-Based Integration
This method involves redirecting the user to the Barion payment gateway using a browser component within the app. The following options are available:
- For Android: Using
CustomTabsIntent - For iOS: Using
SFSafariViewController
Please refer to our documentation for instructions: