Barion Smart Gateway for mobile: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:


To ensure the full capability of the Barion Smart Gateway, please review the following guidelines:
To ensure the full capability of the Barion Smart Gateway, please review the following guidelines:


== Android ==
== Android ==
To provide a consistent and secure user experience, you must utilize a first-party solution called "CustomTabsIntent" for displaying the Barion Smart Gateway on Android. It's essential to note that WebView does not support the full functionality of the Barion Smart Gateway (e.g. Google Pay or Barion Wallet).{{NotificationBox|title=Action required for Android apps|text=If your application currently relies on WebView for the Barion Smart Gateway integration, please update your app to use "CustomTabsIntent".|color=#1993C7}}To assist you in this transition, [https://developer.chrome.com/docs/android/custom-tabs/guide-get-started/ Google provides a comprehensive step-by-step guide for integrating CustomTabsIntent seamlessly].
To provide a consistent and secure user experience, you must utilize a first-party solution called "CustomTabsIntent" for displaying the Barion Smart Gateway on Android. It's essential to note that WebView does not support Google Pay or Barion Wallet payment methods.{{NotificationBox|title=Action required for Android apps|text=If your application currently relies on WebView for the Barion Smart Gateway integration, please update your app to use "CustomTabsIntent".|color=#1993C7}}To assist you in this transition, [https://developer.chrome.com/docs/android/custom-tabs/guide-get-started/ Google provides a comprehensive step-by-step guide for integrating CustomTabsIntent seamlessly].
{{NotificationBox|title=IMPORTANT|text=If you do not implement CustomTabsIntent, your users will not be able to pay with Google Pay and Barion Wallet from the application.|color=#FF7A3D}}


By adhering to these guidelines and implementing the recommended solutions, you can ensure that your mobile application seamlessly leverages the power of the Barion Smart Gateway, enhancing user convenience and security in payment transactions.{{NotificationBox|title=IMPORTANT|text=Failure to implement CustomTabsIntent will result in users being unable to log in to their Barion Wallet from the application.|color=#FF7A3D}}


== iOS ==
== iOS ==
To provide a consistent and secure user experience, you must utilize a first-party solution called "SFSafariViewController" for displaying the Barion Smart Gateway on iOS. It's essential to note that WKWebView and UIWebView do not support the full functionality of the Smart Gateway.{{NotificationBox|title=Action required for iOS apps|text=If your application currently relies on WKWebView or UIWebView for the Barion Smart Gateway integration, it is essential to prioritize refactoring.|color=#1993C7}}To assist you in this transition, [https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller Apple provides a comprehensive step-by-step guide for integrating SFSafariViewController seamlessly].
To provide a consistent and secure user experience, you must utilize a first-party solution called "SFSafariViewController" for displaying the Barion Smart Gateway on iOS. It's essential to note that WKWebView and UIWebView do not support the full functionality of the Smart Gateway.{{NotificationBox|title=Action required for iOS apps|text=If your application currently relies on WKWebView or UIWebView for the Barion Smart Gateway integration, please update you app.|color=#1993C7}}To assist you in this transition, [https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller Apple provides a comprehensive step-by-step guide for integrating SFSafariViewController seamlessly].
{{NotificationBox|title=IMPORTANT|text=Failure to implement SFSafariViewController will result in users being unable to log in to their Barion Wallet from the application.|color=#FF7A3D}}
 


By adhering to these guidelines and implementing the recommended solutions, you can ensure that your mobile application seamlessly leverages the power of the Barion Smart Gateway, enhancing user convenience and security in payment transactions.{{NotificationBox|title=IMPORTANT|text=Failure to implement SFSafariViewController will result in users being unable to log in to their Barion Wallet from the application.|color=#FF7A3D}}
By adhering to these guidelines and implementing the recommended solutions, you can ensure that your mobile application seamlessly leverages the power of the Barion Smart Gateway, enhancing user convenience and security in payment transactions.

Revision as of 15:43, 26 September 2023

Barion Smart Gateway integration for mobile applications

Barion simplifies the process of payments through the Barion Smart Gateway, enabling users to make secure transactions using their Barion balance or credit card directly from within mobile applications. Before you start to integrate we recommend reading this article first.

When you integrate Barion Smart Gateway into your mobile application, you have multiple technology options, but some of them do not support every payment method of the gateway.

To ensure the full capability of the Barion Smart Gateway, please review the following guidelines:


Android

To provide a consistent and secure user experience, you must utilize a first-party solution called "CustomTabsIntent" for displaying the Barion Smart Gateway on Android. It's essential to note that WebView does not support Google Pay or Barion Wallet payment methods.

Action required for Android apps
If your application currently relies on WebView for the Barion Smart Gateway integration, please update your app to use "CustomTabsIntent".

To assist you in this transition, Google provides a comprehensive step-by-step guide for integrating CustomTabsIntent seamlessly.

IMPORTANT
If you do not implement CustomTabsIntent, your users will not be able to pay with Google Pay and Barion Wallet from the application.


iOS

To provide a consistent and secure user experience, you must utilize a first-party solution called "SFSafariViewController" for displaying the Barion Smart Gateway on iOS. It's essential to note that WKWebView and UIWebView do not support the full functionality of the Smart Gateway.

Action required for iOS apps
If your application currently relies on WKWebView or UIWebView for the Barion Smart Gateway integration, please update you app.

To assist you in this transition, Apple provides a comprehensive step-by-step guide for integrating SFSafariViewController seamlessly.

IMPORTANT
Failure to implement SFSafariViewController will result in users being unable to log in to their Barion Wallet from the application.


By adhering to these guidelines and implementing the recommended solutions, you can ensure that your mobile application seamlessly leverages the power of the Barion Smart Gateway, enhancing user convenience and security in payment transactions.