Resume a workflow verification

Resumes workflow execution for one or more transactions that are awaiting an asynchronous product or stopped due to an error. Products that already completed successfully are not re-run or re-billed; only the ones that are still outstanding or that failed are attempted again. Resumption is dispatched in the background, so a 200 confirms the request was accepted rather than that every transaction has finished. Poll GET /insights/{transactionId} for the resulting decision. Alternatively, the result can be sent via a webhook subscription.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the workflow whose transactions should be resumed

Body Params
transactionIds
array of strings
required

Transaction IDs to resume. Duplicates are ignored

transactionIds*
number
≤ 500

How many transactions to resume concurrently. Capped at 500

Headers
string
enum

API version (e.g., 1.0). Defaults to 0.9 if not provided

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json