OpenAPI 3.1.02026-08-113844085.5 MB
a01100378e59
Payouts
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.
get/payouts/{payout_id}
Query parameters
account_idstring
The owning account ID (a biz_ identifier). Provide this or user_id.
user_idstring
The owning user ID (a user_ identifier). Provide this or account_id.
Response
payout found for a user
Example response
{
"amount": 500,
"created_at": "2026-07-29T18:22:00.000Z",
"currency": "usd",
"estimated_arrival": "2026-08-03T00:00:00.000Z",
"fee_amount": 0.25,
"id": "wdrl_xxxxxxxxxxxxx",
"notes": "March affiliate commissions",
"payer_name": "ACH Bank Deposit",
"payout_method": {
"nickname": "Business checking",
"supported_payout_method": {
"icon_url": "https://cdn.whop.com/payouts/ach.png",
"payer_name": "ACH Bank Deposit"
}
},
"payout_request_id": "cofr_xxxxxxxxxxxxx"
}