Page History
...
- using Apple Pay JS API and TokenPay service.
For Google Pay only when the buyer opens the payment page on a mobile device in a browser with supporting the Payment Request API:
- using Payment Request API of the browser and TokenPay service.
The following payment options using the button in the app are available for mobile apps developers:
...
- using Apple Pay SDK + Assist.SDK;
- using Apple Pay SDK + TokenPay service.
For Google Pay:
- using Google API + Assist.SDK;
- using Google API + TokenPay service.
For Samsung Pay:
- using Samsung Pay SDK + Assist.SDK;
- using Samsung Pay SDK + TokenPay service.
The implementation of payment with tokens via a web view in a mobile app has a number of restrictions associated with the limitations of token providers. This method can be used if payment by cards has already been implemented via the web-view. It allows to add the ability to pay using the Apple Pay button and with cards saved in buyer’s Google account.
...