We currently use cookies to improve and customize your experience on our site. If you accept, we’ll also use marketing cookies to show you personalized ads. Manage your cookies and learn more.
override_payment_method_rule
The details about a payment method override rule applied to the invoice via payment method overrides object.
The type of rule that can be applied to a payment method configured via payment method overrides object on an invoice. Each rule controls how a payment method behaves based on the invoice total.
System-defined threshold limits by payment method:
PAY_BY_BANK - $1000
Allowed values
"EXCLUSIVE_ABOVE_AMOUNT_THRESHOLD"
When the invoice total exceeds the system-defined threshold, this rule restricts the invoice to accept only the specified payment method and disables all other payment methods. This rule is currently compatible only with the PAY_BY_BANK payment method.
"ALLOW_ONLY_ACH"
Restricts the invoice to accept payment only via ACH bank transfer and disables all other payment methods.
rule_valuestringRequired
The value associated with the payment method override rule. For the `EXCLUSIVE_ABOVE_AMOUNT_THRESHOLD` rule type, set this to `true` to enable the rule or `false` to disable it.