Payment Condition

Node Type

Description

Proceed to the next stage of automation if and only if certain payment conditions are true.

Payment Condition

When to Use

Use when you want to do something only if certain payment conditions are met. To use properly use this node, a payment needs to be declared before using the Payment Condition node, this can be a Payment Trigger or a Payment Processing Trigger.

How to Use

  1. Drag on the Payment condition to your no-code canvas
  2. Connect your Payment condition to the next node in your automation to create at least one logical branch
  3. Click on Payment condition node to see the configuration modal
  4. Click IF to create conditional logic
  5. Define a branch by selecting the object selector icon
  6. Choose an Payment object you wish to create a condition rule about
  7. Select your conditional argument (e.g., greater than, equals, in-list)
  8. If applicable, complete your conditional argument by providing a value to compare your object to
  9. Repeat for any other branches
  10. Hit save

Example Use Cases

  • When a payment fails at any connected PSP, notify an internal user / production support to troubleshoot to avoid lost sales.
  • When decline reason = insufficient funds, send a message to the user to consider using another card.
  • When currency = USD, route transaction to a Payment processor that provides better FX or pricing to avoid cross-boarder.