cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/partner/storefront/billing/transactions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>", "amount": 123, "currency": "<string>", "created": 123, "description": "<string>", "status": "<string>", "fee": 123, "net": 123 } ], "meta": { "count": 0, "limit": 0, "hasMore": true, "cursor": "<string>" } }
Cursor-paginated list of balance transactions 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 balance transactions
Paginated balance transactions
Show child attributes
Cursor-based pagination metadata