v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Bank Account Verification

List Bank Account Verifications

Returns the list of all Bank Account Verifications within your organization. You can limit the number of items returned by using filters and pagination. Consult our guide for more details and examples.

get/verifications/bank_accounts

Query parameters

afterstring

After cursor (pagination)

limitinteger

The limit of items count to retrieve.

statusobject

Filter by status.

Filter by status. Allowed operators: eq. Example: status[eq]=verified

workspace_idobject

Filter by workspace_id.

Filter by workspace_id. Allowed operators: eq. Example: workspace_id[eq]=9b6ed2f3-244f-487a-baa1-bbe4f51c8748

Response

OK

Example response

{
  "data": [
    {
      "id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
      "workspace_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
      "created_at": "2025-02-12T23:59:59Z",
      "updated_at": "2025-02-12T23:59:59Z",
      "status": "verified",
      "status_codes": [
        "BAV_1604",
        "BAV_1611"
      ],
      "workflow_session_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
      "previous_attempt_id": "9412b83b-b4b9-4a94-97b5-2b43dfa4cde4",
      "applicant_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4"
    }
  ]
}