Skip to main content
Version: 3.x

TokenizedPaymentFlowEnum

Represents possible tokenized payment flows that can be used to process payment.

The following flows are possible: INTERACTIVE - Payment method can be used for 1 click checkout - it's prefilled in checkout form (might require additional authentication from user)

enum TokenizedPaymentFlowEnum {
INTERACTIVE
}

Values

TokenizedPaymentFlowEnum.INTERACTIVE

Member of

paymentMethodInitializeTokenization mutation ● PaymentMethodInitializeTokenizationSession object ● StoredPaymentMethod object


Was this page helpful?