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

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 its counterparty_id. The counterparty is reusable: for every later payout to the same receiver, only the second call runs.
Find each Account ID in the Dashboard under Accounts → Details.
POST /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.
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

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, the payout.returned webhook 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.
International returns can arrive net of correspondent fees, so reconcile a return on its reference, never on the amount. Windows and reasons are rail-specific: see ACH, SEPA, and SWIFT.

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.