v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Workflow Session

Resolve an Action

Resolve an Action in a Workflow Session. Once resolved, the Action is treated as having a verified status within the Action Group. This is only allowed if the related resource is in a pending, failed, or inconclusive status.

post/workflow_sessions/{workflowSessionId}/resolve_action

Path parameters

workflowSessionIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Workflow Session Id

Request body

reasonstring safe-string nullable

The reason why the Action is marked as resolved.
This property is a Safe String.

Example request

{
  "resource": {
    "id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
    "type": "bank_account_verification"
  },
  "reason": "Manual verification."
}

Response

No Content