POST /payouts creates the payout and returns a pending resource. Poll GET /payouts/{payout_id} or wait for a webhook to receive the final status.
Flow
1
Create a payout quote
Use
POST /quotes/payout to lock pricing and routing.2
Create the payout
Use the active
quote_id and recipient details.3
Track status
Store the payout ID and wait for the webhook or poll the payout endpoint.