Barion Smart Gateway for mobile applications: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
= Barion Smart Gateway for mobile applications = | = Barion Smart Gateway for mobile applications = | ||
There are two ways to integrate the Barion Smart Gateway into a mobile application: | 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 16: | 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 == | == Browser-Based Integration == | ||
| Line 24: | Line 24: | ||
* '''For iOS:''' Using <code>SFSafariViewController</code> | * '''For iOS:''' Using <code>SFSafariViewController</code> | ||
Please refer to our documentation for instructions: [[Barion Smart Gateway for mobile|Browser-Based Integration]] | 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.