List payouts
<Warning title="Early Access" icon="robot-astromech">
Payouts is an **early access** feature. We're actively improving this API based on your feedback.
Early access features come with some caveats:
* May evolve rapidly, requiring integration updates
* Not subject to our 10 year version support policy
* Not subject to SLAs (unless specified in a contract)
</Warning>
Returns a list of payouts matching the given query parameters.
**This endpoint is rate limited to 100 QPS.**
Scopes: `PAYOUTS_READ`
Headers
Accept
X-Region
X-Signature
User-Agent
Query parameters
cursor
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query.
merchant_id
Filters results to include only payouts made to a merchant that matches the given ID.
customer_id
Filters results to include only payouts made to a customer that matches the given ID.
limit
Maximum number of payouts to return.
Response
OK
payouts
List of payouts matching the given query parameters.
cursor
The pagination cursor to be used in a subsequent request. If empty, this is the final response.
Errors
400
Bad Request Error