Retrieve Payout
Fetches a single payout. Accepts a wdrl_ payout id from GET /payouts, or the cofr_ payout request id returned by POST /payouts on stablecoin accounts — poll it to watch a requested payout settle.
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-08-05-1"
Path Parameters
The payout ID — a wdrl_ payout from GET /payouts, or the cofr_ payout request id returned by POST /payouts.
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.
Response
payout found for a user
The payout amount in whole currency units.
500
When the payout was created.
"2026-07-29T18:22:00.000Z"
Payout currency.
"usd"
Estimated time the funds become available in the destination account.
"2026-08-03T00:00:00.000Z"
The fee charged for the payout, in the payout currency.
0.25
Payout ID.
"wdrl_xxxxxxxxxxxxx"
payout Name of the entity processing the payout.
"ACH Bank Deposit"
The saved payout method used. Requires payout:destination:read; null without it.
The ID returned by POST /payouts when this payout was requested. For a payout request retrieved by its own cofr_ id, this is that same id. Null for payouts not created by POST /payouts.
"cofr_xxxxxxxxxxxxx"
Payout delivery speed.
standard, instant Current payout status.
requested, awaiting_payment, in_transit, completed, failed, canceled, denied 
