FAQ
The SDK supports the following payment forms: tokenPay
, ottuPG
, redirect
applePay
and stcPay
. Merchants can display specific methods according to their needs.
For example, if you want to only show the STC Pay button, you can do so using formsOfPayment = [stcPay
], and only the STC Pay button will be displayed. The same applies for applePay
and other methods.
It is required to have a device running iOS 13 or higher.
Yes, see the Customization theme section.
The payment request for Apple Pay can be customized using its initialization methods. These methods allow the configuration of various properties, including:
API version
Supported card types
Accepted networks
Applicable countries
Merchant capabilities
For a complete list of supported properties, refer to the Apple Pay documentation.
Last updated