When is it triggered?

The "Payment status updated" Trigger will listen for payment status changes and when received, will start the workflow. This Trigger can be used to build workflows to react to payment status changes, such as when a payment transitions from PENDING to AUTHORIZED.

Workflow example

Use cases

Below are some examples for inspiration:

💡

For asynchronous payment methods such as Multibanco, where the authorization doesn’t happen immediately after the authorization request, set up a workflow to capture once the payment is AUTHORIZED.

Use Case 1

💡

When the payment is settled, send an email to the customer thanking them for their purchase.

Use Case 2

How to set up multiple workflows that use this Trigger

Trigger Conditions allow you to set conditions that determine if a workflow should be started. Only if both the triggering event and Trigger Conditions are met will your workflow start executing.

If you want to set up multiple workflows with this Trigger, it’s recommended you set Trigger Conditions when setting up your workflow - if not, more than one workflow may try to do something to the same payment which may not be intended.

You can use the Status field if you want a workflow per stage in the payment lifecycle.