Retrieve Payout
Fetches one payout by its wdrl_ ID, or by the cofr_ conversion request ID a stablecoin payout carries as payout_request_id — both ids answer with the same payout object.
Query parameters
Owning account ID, prefixed biz_. Provide exactly one of account_id or user_id.
Owning user ID, prefixed user_. Provide exactly one of account_id or user_id.
Response
payout found
Example response
{
"amount": "500.0",
"created_at": "2026-07-29T18:22:00.000Z",
"currency": "usd",
"destination_amount": "461.7",
"destination_currency": "eur",
"estimated_arrival": "2026-08-03T00:00:00.000Z",
"exchange_rate": 0.9234,
"failure": {
"code": "beneficiary_name_mismatch"
},
"fee_amount": "0.25",
"fee_paid_by": "self",
"id": "wdrl_xxxxxxxxxxxxx",
"markup_fee": "0.0",
"metadata": {
"batch_id": "2026-08-18"
},
"net_amount": "49.75",
"notes": "Detailing supplies restock",
"object": "payout",
"payer_name": "ACH Bank Deposit",
"payout_method": {
"nickname": "Business checking",
"supported_payout_method": {
"delivery_type": "bank_deposit",
"icon_url": "https://cdn.whop.com/payouts/ach.png",
"payer_name": "ACH Bank Deposit"
}
},
"payout_request_id": "cofr_xxxxxxxxxxxxx",
"source": "api",
"speed": "standard",
"statement_descriptor": "MYCOMPANY",
"status": "in_review",
"status_detail": "awaiting_provider_acceptance",
"trace_code": "021000021234567"
}Changes
Changed in 5 of the 74 revisions of this API.5516
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ●
added the new
cardenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
checkenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
removed the
masspay_cardenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
paper_checkenum value from the//response property for the response statusresponse-property-enum-value-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
response's property type changed fromnumbertostring, and format fromfloattodecimalfor statusresponse-property-type-changed
- ▲
the
response's property type changed fromnumbernulltostringnull, and format fromfloattodecimalfor statusresponse-property-type-changed
- ▲
the
response's property type changed fromnumbertostring, and format fromfloattodecimalfor statusresponse-property-type-changed
- ▲
the
response's property type changed fromnumbertostring, and format fromfloattodecimalfor statusresponse-property-type-changed
- ▲
the
response's property type changed fromnumbertostring, and format fromfloattodecimalfor statusresponse-property-type-changed
- ●
added the new
in_reviewenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
processingenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
reversedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
removed the
awaiting_paymentenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
in_transitenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ▲
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
Of the 74 revisions, 1 has no diff computed.