cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/partner/storefront/billing/payouts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "amount": 123, "currency": "<string>", "created": 123, "arrivalDate": 123, "status": "<string>", "method": "<string>", "description": "<string>" } ], "meta": { "count": 0, "limit": 0, "hasMore": true, "cursor": "<string>" } }
Cursor-paginated list of payouts for the connected Stripe account.
API key or access token
Maximum number of results (1–100, default 25)
1 <= x <= 100
Cursor for pagination (ID of last item from previous page)
Get payouts
Paginated payouts
Show child attributes
Cursor-based pagination metadata