List Payout Entries
List payout entries
Required OAuth 2.0 scope: business/payouts:read
Path parameters
payout_id
The unique identifier of the payout.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
cursor
A pagination cursor from where results should start being fetched.
limit
The maximum number of results to return.
Response
Successful Response
data
A list of paginated entities.
next_cursor
A pagination cursor that can be used to retrieve the next set of results.