v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBPayouts
Create a payout
Creates and triggers a payout from the merchant custodial balance to a previously-registered destination account (bank or wallet). When X-On-Behalf-Of is set to a sub-merchant id, the payout is debited from the sub-merchant's custodial wallet and uses the sub-merchant's destination accounts. The destination account must belong to the merchant (or sub-merchant) identified by the request.
This endpoint is intended for custodial (Inflow-managed) wallets. Non-custodial (Privy-based) merchants must use the dashboard flow that includes an explicit signature step.
post/api/payout
Request body
Example request
{
"accountId": "bank_1234567890abcdef",
"amountInCents": 10000,
"currency": "USDC",
"sepaReference": "INV-2026-001"
}Response
Payout created successfully
Example response
{
"id": "wdr_1234567890abcdef",
"status": "INITIATED"
}