Barion Smart Gateway for mobile applications: Difference between revisions
(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...") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
There are two ways to integrate the Barion Smart Gateway into a mobile application: | = Barion Smart Gateway for mobile applications = | ||
Barion Smart Gateway offers different integration modes for merchants on mobile applications, allowing flexibility in how payment methods are presented to customers. There are two ways to integrate the Barion Smart Gateway into a mobile application: | |||
* '''Native SDK Integration''' (Recommended) | * '''Native SDK Integration''' (Recommended), | ||
* Browser-Based Integration | * Browser-Based Integration. | ||
For the best possible user experience, we recommend using the native Barion Mobile SDK. | For the best possible user experience, we recommend using the native Barion Mobile SDK. | ||
| Line 15: | Line 16: | ||
* '''Enhanced Performance:''' Native components are optimised for mobile devices, ensuring faster load times and smoother transitions. | * '''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: | Please refer to our documentation for instructions on integrating the Barion SDK: [[Mobile Inline Gateway]]. | ||
== 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: [[Barion Smart Gateway for mobile|Browser-Based Integration]]. | |||
Latest revision as of 10:01, 14 February 2025
Barion Smart Gateway for mobile applications
Barion Smart Gateway offers different integration modes for merchants on mobile applications, allowing flexibility in how payment methods are presented to customers. 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: Mobile Inline Gateway.
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: Browser-Based Integration.