List payouts
Returns the payouts Adfin has made to the bank account.
Query parameters
Only return payouts in these states. Repeat the parameter to name more than one, combined with OR. Omit it to return every state.
Only return payouts in these states. Repeat the parameter to name more than one, combined with OR. Omit it to return every state.
[ "SENT" ]
Only return payouts paid out on or after this date. Inclusive.
Only return payouts paid out on or after this date. Inclusive.
Only return payouts paid out on or before this date. Inclusive.
Only return payouts paid out on or before this date. Inclusive.
Which page to return, counting from one.
Which page to return, counting from one.
How many payouts to return per page. A request for more than the maximum is refused.
How many payouts to return per page. A request for more than the maximum is refused.
How to order the page.
How to order the page.
Response
The requested page of payouts.
Example response
{
"payouts": [
{
"payoutDate": "2026-08-24"
}
]
}