Skip to main content
GET
List Verifications

Authorizations

Authorization
string
header
required

Dashboard session token. Used only by merchant dashboard endpoints (e.g. List Verifications), not the Basic-auth public API.

Query Parameters

account_id
string
required

ID of the account to list verifications for (acc_xxxx).

page_size
integer
required

Number of records to return per page. Must be greater than 0.

current_page
integer
required

Page number to return (1-indexed). Must be greater than 0.

from_date
string

Filter to verifications created on or after this date. Defaults to the full date range when omitted.

to_date
string

Filter to verifications created on or before this date. Defaults to the full date range when omitted.

verification_status
string

Filter by verification status (e.g. valid, invalid, pending, not_supported, failed).

beneficiary_id
string

Filter by beneficiary ID (bnf_xxxx). Returns all verifications linked to the specified beneficiary.

Free-text search term (e.g. matches against name or reference).

order
enum<integer>

Sort order. Allowed: 1 (ascending), -1 (descending).

Available options:
1,
-1
payout_type
string

Filter by payout rail (e.g. local, swift, local_payment_network).

match_summary
string

Filter by name-match classification (e.g. strong_match, partial_match, no_match).

currency
string

Filter by holding currency.

country
string

Filter by destination country.

Response

200