Skip to main content
WEBHOOK
conversion.completed
{
  "id": "<string>",
  "type": "conversion.completed",
  "api_version": "<string>",
  "payload": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "quote_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "conversion",
    "status": "pending",
    "source_amount": "<string>",
    "source_currency": "EUR",
    "target_currency": "EUR",
    "source_account_id": "<string>",
    "target_account_id": "<string>",
    "failure": {
      "message": "<string>"
    },
    "metadata": {},
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z"
  },
  "date": "2023-11-07T05:31:56Z"
}

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

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Body

application/json
id
string
required

Unique identifier for the event. Stable across retries.

type
enum<string>
required

Event type in resource.action format.

Available options:
conversion.completed
api_version
string
required

API version the payload was rendered at. Stable across retries and redeliveries.

payload
object
required

Full resource snapshot at the time of the event.

date
string<date-time>
required

ISO 8601 UTC timestamp when the event was created.

Response

200

Event received successfully.