Actions
-
Describes a follow-up action that should be taken to complete a payment.
See moreDeclaration
Swift
public enum Action : Decodable
-
Describes an action in which the user is redirected to a URL.
See moreDeclaration
Swift
public struct RedirectAction : Decodable
-
Describes an action in which a full 3D Secure 2 flow should be executed including fingerprint collection, and potentially a challenge or a fallback to 3DS1.
See moreDeclaration
Swift
public enum ThreeDS2Action : Decodable
-
Describes an action in which a 3D Secure device fingerprint is taken.
See moreDeclaration
Swift
public struct ThreeDS2FingerprintAction : Decodable
-
Describes an action in which a 3D Secure challenge is presented to the user.
See moreDeclaration
Swift
public struct ThreeDS2ChallengeAction : Decodable
-
Describes an action in which the SDK is waiting for user action.
See moreDeclaration
Swift
public struct AwaitAction : PaymentDataAware, Decodable
-
Describes an action in which a voucher is presented to the shopper.
See moreDeclaration
Swift
public class GenericVoucherAction : Decodable, AnyVoucherAction
-
Describes any Voucher action.
See moreDeclaration
Swift
public enum VoucherAction : Decodable
-
Describes an action in which a Doku voucher is presented to the shopper.
See moreDeclaration
Swift
public final class DokuVoucherAction : GenericVoucherAction, InstructionAwareVoucherAction
-
Describes an action in which a Multibanco voucher is presented to the shopper.
See moreDeclaration
Swift
public final class MultibancoVoucherAction : GenericVoucherAction
-
Describes an action in which a Boleto voucher is presented to the shopper.
See moreDeclaration
Swift
public final class BoletoVoucherAction : Decodable, AnyVoucherAction, DownloadableVoucher
-
Describes an action in which an EContext ATM voucher is presented to the shopper.
See moreDeclaration
Swift
public class EContextATMVoucherAction : EContextStoresVoucherAction
-
Describes an action in which an EContext Stores voucher is presented to the shopper.
See moreDeclaration
Swift
public class EContextStoresVoucherAction: GenericVoucherAction, InstructionAwareVoucherAction
-
Describes an action in which an OXXO voucher is presented to the shopper.
See moreDeclaration
Swift
public class OXXOVoucherAction: GenericVoucherAction, DownloadableVoucher, InstructionAwareVoucherAction
-
Describes any QR code action.
See moreDeclaration
Swift
public struct QRCodeAction : PaymentDataAware, Decodable
-
Describes an action in which the user is redirected to an SDK.
See moreDeclaration
Swift
public enum SDKAction : Decodable
-
Describes an action in which the user is redirected to the WeChat Pay SDK.
See moreDeclaration
Swift
public final class WeChatPaySDKAction : Decodable
-
Describes an action in which shoppers can view and download the document after payment.
See moreDeclaration
Swift
public struct DocumentAction : Decodable
-
An error that occurred during adding a pass to apple wallet.
See moreDeclaration
Swift
public enum AppleWalletError : LocalizedError