Skip to Content

List Beneficiaries

GET/beneficiaries

Description

List all beneficiaries for your account, most recent first. Results are paginated with a cursor.

Headers

HeaderDescriptionRequired
AuthorizationBearer token with your API keyyes

Query Parameters

NameTypeDescriptionRequired
limitnumberMaximum number of results to return (default 20, max 100).no
starting_afterstringA beneficiary id to paginate forward from.no

Example Request

const response = await fetch('https://checkout-api.exodus-int.com/beneficiaries?limit=20', {
  headers: {
    Authorization: 'Bearer sk_live_xxxxxxxxxxxxxxxx',
  },
});

Response

SUCCESSFUL RESPONSE
{
  "object": "list",
  "data": [
    {
      "id": "ben_1a2b3c",
      "object": "beneficiary",
      "name": "Acme Inc",
      "status": "registered",
      "bank_account": { "type": "SEPA", "iban_last4": "3000", "country": "DE" },
      "created_at": "2026-06-04T12:00:00Z"
    }
  ],
  "has_more": false
}

Start building

XO

Request Demo

Schedule a call with our team

Select a product
Arrow right

Start building
Grateful

Contact Us

We're here to help