Skip to Content

List Payouts

GET/payouts

Description

List all payouts for your account, most recent first. Results are paginated with a cursor. Filter by customer_id to list a single customer’s payouts.

Headers

HeaderDescriptionRequired
AuthorizationBearer token with your API keyyes

Query Parameters

NameTypeDescriptionRequired
customer_idstringOnly return payouts for this customer.no
limitnumberMaximum number of results to return (default 20, max 100).no
starting_afterstringA payout id to paginate forward from.no

Example Request

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

Response

SUCCESSFUL RESPONSE
{
  "object": "list",
  "data": [
    {
      "id": "pyt_5t6u7v",
      "object": "payout",
      "status": "completed",
      "customer_id": "cus_9z8y7x",
      "beneficiary_id": "ben_1a2b3c",
      "amount": 150000,
      "currency": "EUR",
      "created_at": "2026-06-04T12:05: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