Skip to main content

PaymentActionInput

Input for payment action

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

Fields

PaymentActionInput.type ● String! non-null scalar

Action type (route_to, force_challenge, skip_challenge, decline, hide, show)

PaymentActionInput.providerId ● ID scalar

Provider ID (for route_to action)

PaymentActionInput.percentage ● Int scalar

Percentage (for route_to action, 1-100)

PaymentActionInput.paymentMethod ● String scalar

Payment method (for hide/show actions)

PaymentActionInput.tokenizationMethod ● String scalar

Tokenization method (for hide/show actions)

Member Of

CreatePaymentRuleInput input ● UpdatePaymentRuleInput input