Supported currencies
- Fiat: EUR, GBP, USD.
- Stablecoins: USDC (Ethereum, Solana, Polygon).
Create a payout
Sending money is two API calls: save the receiver once as a counterparty, then create the payout against itscounterparty_id. The counterparty is reusable: for every later payout to the same receiver, only the second call runs.
- 2026-05-01
- 2023-01-01
Find each Account ID in the Dashboard under Accounts → Details.
/v1/counterparties in the API Reference →POST /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
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. What happens next depends on whether Augustus can match the return to the payout it undoes:- Linked. The return references the original payment (ACH: a return entry carrying the trace number; SWIFT and Fedwire: a pacs.004 carrying the UETR). The payout moves to
returned, thepayout.returnedwebhook fires, and the amount is credited back to your account as a transaction that points at the payout. No deposit is created. - Unlinked. The funds come back as a fresh, unreferenced payment. They arrive as a new deposit that looks like any other incoming transfer, and the 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.