Creates a new payout.
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.
Payout creation parameters
ID of the account to debit.
Amount as a string decimal (e.g. "100.50").
Currency for the payout.
EUR, GBP, USD, USDC Bank account or crypto wallet to send funds to.
Payment reference.
140Payment rail. It is enforced when provided, otherwise auto-selected.
sepa_instant, sepa, faster_payments Key-value pairs stored with the payout.
Success
Unique identifier of the payout.
Resource type discriminator.
payout Current status of the payout.
pending, paid, failed, returned ID of the account that was debited.
Amount as a string decimal (e.g. "100.50").
Currency code (ISO 4217 currency code or crypto currency code).
EUR, GBP, USD, USDC Bank account or crypto wallet the payout was sent to.
Payment reference.
Failure details when status is failed, otherwise null.
Key-value pairs stored with the payout.
ISO 8601 UTC timestamp when the payout was created.
ISO 8601 UTC timestamp when the payout was last updated.