Get Bulk Items
Bulk Verifications
Get Bulk Verification Items
Create the status of bulk verification items.
GET
Get Bulk Items
Overview
Retrieve the individual results of a bulk verification request. Results are returned in a paginated format. Each item corresponds to one verification submitted in the original bulk request.Item Status Values
pending– The verification is still being processed.completed– The verification was successfully processed.failed– The financial institution could not process the verification.rejected– The item was invalid (e.g., incorrect IBAN format) and was not sent to the financial institution for verification.
Result Structure
Each item in a bulk request follows the exact same result model as a single verification request. This means that:statusmatch_resultmatched_namestatus_reason
Pagination
Results are returned using page-based pagination. Parameters:page(optional) – Page number (default: 1)
current_pageper_pagetotal_pagestotal_itemshas_next_page
has_next_page is false.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response
200 - application/json
Paginated bulk items

