Skip to main content

PaymentActionInput

Action input. Mirrors PaymentAction. See that type for which fields apply per type.

input PaymentActionInput {
type: String!
providerId: ID
percentage: Int
paymentMethod: String
tokenizationMethod: String
}

Fields

PaymentActionInput.type ● String! non-null scalar

Action to apply. One of route_to, force_challenge, skip_challenge, decline, hide, show.

PaymentActionInput.providerId ● ID scalar

Provider to route to (when type is route_to).

PaymentActionInput.percentage ● Int scalar

Percentage of matching transactions to route to providerId, 1-100 (when type is route_to).

PaymentActionInput.paymentMethod ● String scalar

Payment method to hide/show (when type is hide or show).

PaymentActionInput.tokenizationMethod ● String scalar

Tokenization method to hide/show (when type is hide or show).

Member Of

CreatePaymentRuleInput input ● UpdatePaymentRuleInput input