Payout Requests
Get All Payout Request
GET
/
payoutRequests
This endpoint is paginated to improve its performance. The example below shows how to fetch multiple pages.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
reference
string
Filter by reference provided on creation.
customerId
string
Filter by customerId.
payoutTargetId
string
Filter by payoutTargetId.
limit
integer
Number of records to return. Default is 20. Maximum is 100.
cursor
string
A cursor for use in pagination. The cursor indicates where to start fetching the results.
Response
200 - application/json
items
object[]
cursor
string | null
A cursor for use in pagination. Provide this value in the cursor parameter to retrieve the next set of results. When there are no more results, the cursor will be null.
count
integer
The total number of items returned.