v14

OpenAPI 3.1.02026-08-03122113375.9 KB
seller-finance

List transfers

List balance transfer records for the authenticated seller.

Use this endpoint for ledger-style finance views and reconciliation flows.

Query behavior:

  • Supports cursor pagination with cursor and size.
  • size defaults to 20 when omitted.
  • Cursor values should be taken from the previous page response to avoid gaps or duplicates.

Response:

  • Returns transfer records from the connected payout provider for this seller account.
  • Ideal for payout reconciliation and showing money movement history alongside payouts.
get/seller/transfers

Query parameters

cursorstring

Transfer ID to continue listing from

Transfer ID to continue listing from

sizestring

Number of transfers per page, defaults to 20

Number of transfers per page, defaults to 20

Response

Paginated transfers

cursorstring

Cursor for the next page of results