Workflow run status
Status | Description |
---|---|
Running | The workflow has started and is still running |
Waiting | The Workflow Run is waiting for an external event in order to be continued (e.g. shopper needs to complete authentication for 3DS) |
Completed | The run has reached the end of the configured workflow |
Failed | Something went wrong during the execution of the workflow or one of its actions. We recommend listening to the webhook event to be informed immediately when a workflow run fails. |
Completed
does not necessarily mean that the payment has been successfully authorized.Completed
.
Similarly: a Workflow Run marked as Failed
does not mean that the payment has failed. For this example, assume a workflow authorizing a payment and then sending a message to Slack. If the processor successfully authorizes the payment, the payment status will be Authorized and the workflow run will continue. However, if Slack is down and the message was not sent, then the workflow will be marked as Failed
because it did not get to execute all expected steps.
Workflow timeline
Payment outputs
Workflow API calls
Workflow condition