ActionType
public enum ActionType : String, Codable
The action taken by the POS to proceed with the payment.
-
The merchant is required to perform voice authorisation.
Declaration
Swift
case voiceAuthorisation = "voice-authorisation"
-
The merchant is required to confirm the customer’s signature.
Declaration
Swift
case signatureVerification = "signature-verification"
-
The merchant is required to approve the transaction based on AVS check results.
Declaration
Swift
case avsConfirmation = "avs-confirmation"
-
The merchant is required provide a cashback amount.
Declaration
Swift
case cashbackAmount = "cashback-amount"