FAQ

The SDK supports the following forms of payment:

  • tokenPay

  • redirect

  • stcPay

  • cardOnsite

  • applePay (iOS only)

Merchants can configure the forms of payment displayed according to their needs.

For example, to display only the STC Pay button, use:

formsOfPayment = [stcPay]

This ensures that only the STC Pay button is shown. The same approach applies to other payment methods.

The SDK requires a device running:

  • Android 8 or higher (API level 26 or higher)

  • iOS 14 or higher

Yes, customization is supported. For more details, refer to the Customization Theme section.

Last updated