latestOpenAPI 3.1.02026-08-153864115.7 MB
c301132dbfd7
Payouts
Retrieve Payout
Fetches one payout by its wdrl_ or cofr_ ID. Use the cofr_ payout request ID returned by POST /payouts for a stablecoin account to poll until the payout settles.
get/payouts/{id}
Query parameters
account_idstring
Owning account ID, prefixed biz_. Provide exactly one of account_id or user_id.
user_idstring
Owning user ID, prefixed user_. Provide exactly one of account_id or user_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": "Detailing supplies restock",
"object": "payout",
"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",
"speed": "standard",
"status": "requested",
"trace_code": "021000021234567"
}