Creates and executes a conversion.
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.
Bearer token for authentication with Augustus Banking API
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.
Conversion parameters
ID of the source account to debit.
ID of the target account to credit.
Amount to convert as a string decimal (e.g. "100.50").
^\d+(\.\d+)?$Key-value pairs stored with the conversion.
Success
Unique identifier of the conversion.
ID of the associated quote, or null.
Resource type discriminator.
conversion Current status of the conversion.
pending, completed, failed Source amount as a string decimal.
Source currency code.
EUR, GBP, USD, USDC Target currency code.
EUR, GBP, USD, USDC ID of the source account, or null.
ID of the target account, or null.
Failure details when status is failed, otherwise null.
Key-value pairs stored with the conversion.
ISO 8601 UTC timestamp when the conversion was created.
ISO 8601 UTC timestamp when the conversion was last updated.
ISO 8601 UTC timestamp when the conversion completed, or null.