seller-finance

List payouts

List seller payouts with cursor pagination.

Use this endpoint for payout history screens and finance reporting views.

Query behavior:

  • cursor continues listing after a prior payout ID.
  • size controls 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/seller/payouts

Query parameters

cursorstring

Payout ID to continue listing from

Payout ID to continue listing from

sizestring

Number of payouts per page, defaults to 20

Number of payouts per page, defaults to 20

Response

Paginated payouts

cursorstring

Cursor for the next page of results

Changes

No recorded changes to this endpoint across all 50 revisions of this API.