Bank Account Lookup Verification
List Bank Account Lookup Verifications
Returns the list of all Bank Account Lookup 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_account_lookups
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-07-23T18:22:00Z",
"updated_at": "2025-07-23T18:22:00Z",
"status": "verified",
"status_codes": [
"BALV_1101"
],
"workflow_session_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"previous_attempt_id": "9412b83b-b4b9-4a94-97b5-2b43dfa4cde4"
}
]
}