Skip to main content

PaymentRuleType

Type of payment rule. Determines which engine evaluates the rule and which action types are valid.

  • CARD_ROUTING - Routing/3DS rule applied to card payments. Valid actions: route_to, force_challenge, skip_challenge, decline.
  • PAYMENT_METHOD_VISIBILITY - Checkout-time rule that shows or hides a payment method. Valid actions: hide, show.
enum PaymentRuleType {
CARD_ROUTING
PAYMENT_METHOD_VISIBILITY
}

Values

PaymentRuleType.CARD_ROUTING

PaymentRuleType.PAYMENT_METHOD_VISIBILITY

Member Of

CreatePaymentRuleInput input ● PaymentRule object ● UpdatePaymentRuleInput input