latestOpenAPI 3.1.02026-08-213914255.9 MB
715c4defcbbf
Payouts
Create Payout
Sends money from an account or user balance to a saved payout method for that owner.
post/payouts
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"amount": 50,
"currency": "usd",
"notes": "Detailing supplies restock",
"payout_method_id": "potk_xxxxxxxxxxxxxx",
"speed": "standard"
}Response
payout created
Example response
{
"amount": "50.0",
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"estimated_arrival": "2026-01-01T12:00:00.000Z",
"failure": {
"code": "beneficiary_name_mismatch"
},
"fee_amount": "2.5",
"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": "MassPay",
"payout_method": {
"nickname": "Ops checking",
"supported_payout_method": {
"delivery_type": "bank_deposit",
"icon_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/ach-payout-icon",
"payer_name": "ACH Bank Deposit"
}
},
"payout_request_id": "cofr_xxxxxxxxxxxxx",
"source": "api",
"speed": "instant",
"status": "in_review",
"status_detail": "pending_debit"
}