---
title: "conversion.failed"
method: POST
path: "conversion.failed"
tags: ["Webhook Events"]
---

# conversion.failed

`POST conversion.failed` (webhook)

Sent when a conversion has failed.

## Payload

- object
  - `id` string, required — Unique identifier for the event. Stable across retries.
  - `type` 'conversion.failed', required — Event type in resource.action format.
  - `api_version` string, required — API version the payload was rendered at. Stable across retries and redeliveries.
  - `payload` ConversionResourceDto, required
    - `id` string, uuid, required — Unique identifier of the conversion.
    - `quote_id` string, uuid, nullable, required — ID of the associated quote, or null.
    - `type` 'conversion', required — Resource type discriminator.
    - `status` 'pending' | 'completed' | 'failed', required — Current status of the conversion.
    - `source_amount` string, required — Source amount as a string decimal.
    - `source_currency` 'EUR' | 'GBP' | 'USD' | 'USDC', required — Source currency code.
    - `target_currency` 'EUR' | 'GBP' | 'USD' | 'USDC', required — Target currency code.
    - `source_account_id` string, nullable, required — ID of the source account, or null.
    - `target_account_id` string, nullable, required — ID of the target account, or null.
    - `failure` object, nullable, required — Failure details when status is failed, otherwise null.
      - `message` string, required — Human-readable description of the failure.
    - `metadata` object, required — Key-value pairs stored with the conversion.
    - `created_at` string, date-time, required — ISO 8601 UTC timestamp when the conversion was created.
    - `updated_at` string, date-time, required — ISO 8601 UTC timestamp when the conversion was last updated.
    - `completed_at` string, date-time, nullable, required — ISO 8601 UTC timestamp when the conversion completed, or null.
  - `date` string, date-time, required — ISO 8601 UTC timestamp when the event was created.

## Acknowledgement `200`

Event received successfully.

---

[API](https://skmtc.dev/augustus/apis/augustus-banking-api.md) · [All operations](https://skmtc.dev/augustus/apis/augustus-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/augustus/augustus-banking-api/revisions/37109d1ed976/schema)
