updatePaymentRule
Updates a payment rule. Omitted fields on input are left unchanged.
updatePaymentRule(
input: UpdatePaymentRuleInput!
): PaymentRule!
Arguments
updatePaymentRule.input ● UpdatePaymentRuleInput! 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).