Yoco API referencePayouts

List payout entries

List payout entries

Required scope: business/payouts:read

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

payout_idstringRequired1-100 characters
The unique identifier of the payout.

Query Parameters

cursorstring or nullOptional1-255 characters
A pagination cursor from where results should start being fetched.
limitintegerOptional1-100Defaults to 50
The maximum number of results to return.

Response

Successful Response
datalist of objects
A list of paginated entities.
next_cursorstring or null
A pagination cursor that can be used to retrieve the next set of results.

Errors