a84d4905fdbb
latestOpenAPI 3.1.02026-08-143874115.7 MBPayouts
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",
"payout_method_id": "potk_xxxxxxxxxxxxxx",
"platform_covers_fees": true,
"speed": "instant"
}Response
payout created
Example response
{
"amount": 50,
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"estimated_arrival": "2026-01-01T12:00:00.000Z",
"fee_amount": 2.5,
"id": "wdrl_xxxxxxxxxxxxxx",
"notes": "Detailing supplies restock",
"object": "payout",
"payer_name": "MassPay",
"payout_method": {
"nickname": "Ops checking",
"supported_payout_method": {
"icon_url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/ach-payout-icon",
"payer_name": "ACH Bank Deposit"
}
},
"speed": "instant",
"status": "requested"
}