Documentation Index
Fetch the complete documentation index at: https://docs.augustus.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
A Deposit is any incoming transfer credited to one of your accounts. Augustus generates a deposit record when funds arrive on:- An Operating Account, using its rail-specific payment details (IBAN, sort code, ABA, etc.)
- A Stablecoin Wallet, from a whitelisted external wallet on a supported chain
- A Virtual Account, where the payment details are issued in your customer’s name (see Virtual Accounts)
Crypto deposits
To receive stablecoins, copy your wallet address from the Dashboard under Accounts → Details (or get it from the Augustus team during onboarding) and have the sender transfer from a whitelisted address only - the same destination configured for settlements.Webhook events
Subscribe to the following events to be notified when deposits and returns change state:| Event | Description |
|---|---|
deposit.received | A new deposit arrived on one of your accounts |
return.initiated | A return has been initiated for a deposit |
return.paid / return.succeeded | The return was processed successfully |
return.failed | The return could not be completed |
return.returned | Funds from the return were credited back to the original sender |
Retrieve a deposit
Deposit IDs shown here are placeholders. You’ll receive a real one in the
deposit.received webhook payload, or by listing deposits.Returns
A return sends a deposit back to the original sender. Returns reference the parent deposit and emitreturn.* webhook events as they progress.
Create a return
Retrieve a return
FAQ
What happens if a deposit doesn't match what I expected?
What happens if a deposit doesn't match what I expected?
With Deposits enabled, the payment is accepted and recorded as an unmatched deposit. You can reconcile it in your own system or return the funds. Without Deposits enabled, mismatched payments may be returned automatically.
How do deposits affect my balance?
How do deposits affect my balance?
Each successful deposit immediately increases the account’s available balance. See Balances for how to read current balances.
Can I partially return a deposit?
Can I partially return a deposit?
No - only full returns are supported. To send back a partial amount, use a payout instead.