Create return
Initiates a return of funds from a deposit to the source.
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.
Authorizations
Bearer token for authentication with Augustus Banking API
Headers
Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.
Body
Deposit to return and optional payment rail.
Response
Success
Unique identifier of the return.
Type of the resource.
return Current status of the return.
pending, paid, failed, returned ID of the parent deposit.
Amount as a string decimal (e.g. "100.50").
Currency code (ISO 4217 currency code or crypto currency code).
EUR, GBP, USD, USDC Failure details when status is failed, otherwise null.
ISO 8601 UTC timestamp when the return was created.
ISO 8601 UTC timestamp when the return was last updated.