v1

latestOpenAPI 3.1.02026-07-1342112262.5 KB
Payouts

List payout entries

List payout entries

Required scope: business/payouts:read

get/v1/payouts/{payout_id}/payout_entries

Path parameters

payout_idstring required

The unique identifier of the payout.

The unique identifier of the payout.

Query parameters

cursorstring nullable

A pagination cursor from where results should start being fetched.

A pagination cursor from where results should start being fetched.

limitinteger

The maximum number of results to return.

The maximum number of results to return.

Response

Successful Response

next_cursorstring nullable required

A pagination cursor that can be used to retrieve the next set of results.

Example response

{
  "data": [],
  "next_cursor": "1323935095007282836"
}