Returns payouts for the account, newest first. Includes every attempt — in-flight, failed, cancelled and those under manual review — not only successful ones. The payout provider is an internal routing decision and is never exposed.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
accountId |
path | string |
yes | Unique identifier of the account. |
status |
query | PayoutStatus |
no | Filter by normalised payout status. |
limit |
query | integer (int32) |
no | Maximum number of payouts to return (1-200, default 50). |
offset |
query | integer (int32) |
no | Number of payouts to skip. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
PayoutListResponse |
Payouts retrieved. |
400 |
Error |
Invalid request. |
404 |
Error |
Account not found. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.