List Payouts
Lists an account’s or user’s payouts, newest first.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-15"
Query Parameters
The owning account ID (a biz_ identifier). Provide this or user_id.
The owning user ID (a user_ identifier). Provide this or account_id.
Optional currency code filter, for example usd.
Filter to payouts whose status reads this word, matching exactly what this version displays — reversed finds settled payouts the bank later returned. Requires Api-Version-Date 2026-08-21 or later.
requested, in_review, processing, completed, reversed, canceled, failed, denied Filter by how the payout was created. Payouts created before source tracking or through internal tooling carry no source and never match.
api, dashboard, automatic Filter to payouts sent to one saved payout method (a pytk_ identifier). An unknown id matches nothing.
Only payouts created before this ISO 8601 time (exclusive).
Only payouts created at or after this ISO 8601 time (inclusive).
Number of results to return from the start of the range.
x <= 100Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
x <= 100Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.

