List payouts
Finance
List payouts
List seller payouts with cursor pagination.
Use this endpoint for payout history screens and finance reporting views.
Query behavior:
cursorcontinues listing after a prior payout ID.sizecontrols page size (defaults to 20 when omitted).
Response behavior:
- Returns provider payout records scoped to the authenticated seller.
- Use the returned pagination metadata to request additional pages.
GET
List payouts
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Payout ID to continue listing from
Number of payouts per page, defaults to 20