List beneficiaries
This endpoint will be deprecated on March 31, 2026. For SEPA beneficiaries, please use the List SEPA beneficiaries endpoint instead. This endpoint remains available for international beneficiaries until a new endpoint supporting international beneficiary listing is released.
OAuth scope: organization.read
Retrieves the list of beneficiaries for the authenticated organization.
You can filter (ex: only retrieve the latest beneficiaries) and sort this list by using query parameters 👇
Authorizations
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Query Parameters
Beneficiaries can be filtered by their trusted
field.
Beneficiaries can be filtered by their status
. This filter accepts an array of statuses.
pending
, validated
, declined
"status[]=pending&status[]=validated&status[]=declined"
Beneficiaries can be filtered by their iban
. This filter accepts an array of IBANs as value.
Beneficiaries can be filtered by their updated_at
property. This filter can be used in combination with the updated_at_to
query parameter to get beneficiaries updated within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).
"2019-01-10T11:47:53.123Z"
Beneficiaries can be filtered by their updated_at
property. This filter can be used in combination with the updated_at_from
query parameter to get beneficiaries updated within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).
"2019-01-10T11:47:53.123Z"
Beneficiaries can be sorted by their updated_at
property in 2 possible orders: asc
(Ascending) / desc
(Descending).
updated_at:desc
, updated_at:asc
Returned page (cf. Pagination).
Number of beneficiaries per page (cf. Pagination).
Response
The response is of type object
.