Supported currencies
- Fiat: EUR, GBP, USD.
- Stablecoins: USDC (Ethereum, Solana, Polygon).
Create a payout
- 2026-05-01
- 2023-01-01
Find each Account ID in the Dashboard under Accounts → Details.
/v1/payouts in the API Reference →Key fields
Rail behavior (timing, limits, returns) lives on the rail pages: ACH, Fedwire, SWIFT, SEPA, Faster Payments, Blockchain.
List payouts
Fetches all payouts on your account. Filter and paginate as needed.- 2026-05-01
- 2023-01-01
Retrieve a payout
Fetches the details of a single payout by its ID.- 2026-05-01
- 2023-01-01
Statuses
For international USD payouts over the correspondent network, see SWIFT.
Returned payouts
On rails with a return procedure, the receiving bank can send a payout back after it was sent, for example when the account is closed or the receiver refuses the payment. A return that references the original payment (ACH: a return entry with the trace number; SWIFT and Fedwire: a pacs.004 with the UETR) moves the payout toreturned, fires the payout.returned webhook, and credits the full amount back to your account. International returns can arrive net of correspondent fees. Windows and reasons are rail-specific: see ACH, SEPA, and SWIFT.
Funds that come back as a fresh, unreferenced payment arrive as a new deposit instead, and the original payout stays sent. This is the usual case on Fedwire: a settled wire is final, and a receiving bank that agrees to send funds back does so with a new wire; see Finality and cancellation.
Webhooks
Subscribe to payout events for real-time updates.- 2026-05-01
- 2023-01-01
FAQ
Which rail does a payout travel on?
Which rail does a payout travel on?
EUR payouts go over SEPA, GBP over Faster Payments, and USD over ACH, Fedwire, or SWIFT depending on the
rail you select. USDC payouts settle on-chain; see Blockchain.Can I cancel a payout?
Can I cancel a payout?
Not through the API. Once a payout is submitted to the network, cancellation is no longer possible; before submission, support may be able to stop it. The rail pages carry the specifics.
What happens when a payout fails?
What happens when a payout fails?
The payout moves to
failed and payout.failed fires. Funds remain in your account, and the failure field carries the reason.