paymentRule
Fetches a single payment rule by ID.
paymentRule(
id: ID!
): PaymentRule
Arguments
paymentRule.id ● ID! non-null scalar
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).