Skip to main content

PaymentAction

Action for payment rule

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

Fields

PaymentAction.type ● String! non-null scalar

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

PaymentAction.providerId ● ID scalar

Provider ID (for route_to action)

PaymentAction.percentage ● Int scalar

Percentage (for route_to action, 1-100)

PaymentAction.paymentMethod ● String scalar

Payment method (for hide/show actions)

PaymentAction.tokenizationMethod ● String scalar

Tokenization method (for hide/show actions)

Member Of

PaymentRule object