createPaymentRule
Creates a payment rule.
createPaymentRule(
input: CreatePaymentRuleInput!
): PaymentRule!
Arguments
createPaymentRule.input ● CreatePaymentRuleInput! non-null input
Type
PaymentRule object
Merchant-defined rule evaluated per transaction. When conditions match, action is applied (e.g. route the transaction to a provider, hide a payment method at checkout, or decline).