Skip to main content
Send funds from an Augustus account to any external bank account or linked wallet via API or via the Dashboard.

Supported currencies

  • Fiat: EUR, GBP, USD.
  • Stablecoins: USDC (Ethereum, Solana, Polygon).

Create a payout

Find each Account ID in the Dashboard under Accounts → Details.
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.
GET /v1/payouts in the API Reference →

Retrieve a payout

Fetches the details of a single payout by its ID.
GET /v1/payouts/{id} in the API Reference →
View payouts in the Dashboard.

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 to returned, 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.
POST /v1/webhook_subscriptions in the API Reference →

FAQ

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.
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.
The payout moves to failed and payout.failed fires. Funds remain in your account, and the failure field carries the reason.