Skip to main content
Tazamatch is coming soon. The APIs listed here are for reference only and are not yet available in production or sandbox.
cURL
200

List Verifications

GET /v3/verifications/payee Returns verification objects in reverse chronological order. Use the beneficiary filter to retrieve all verifications linked to a specific beneficiary, or use created filters to narrow by date range.

Authorizations

string
required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

string
Filter by beneficiary ID (bnf_xxxx). Returns all verifications linked to the specified beneficiary.
integer
Number of objects to return. Default: 10. Range: 1–100.
string
Cursor for forward pagination. Pass the id of the last object from the previous page.
string
Cursor for backward pagination. Pass the id of the first object from the current page.
object
Filter by creation time. Supports gt, gte, lt, lte as Unix timestamps (e.g. created[gte]=1700000000).

Response

string
Fixed value: list.
boolean
Whether more objects exist beyond the current page.
array
List of verification objects in reverse chronological order.