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

# return.failed

`POST return.failed` (webhook)

Sent when a deposit return has failed.

## Payload

- object
  - `id` string, required — Unique identifier for the event. Stable across retries.
  - `type` 'return.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` ReturnResourceDto, required
    - `id` string, uuid, required — Unique identifier of the return.
    - `type` 'return', required — Type of the resource.
    - `status` 'pending' | 'paid' | 'failed' | 'returned', required — Current status of the return.
    - `deposit_id` string, uuid, required — ID of the parent deposit.
    - `amount` string, required — Amount as a string decimal (e.g. "100.50").
    - `currency` 'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL', required — Currency code (ISO 4217 currency code or crypto currency code).
    - `failure` object, nullable, required — Failure details when status is failed, otherwise null.
      - `code` 'account_closed' | 'account_blocked' | 'insufficient_funds' | 'invalid_account_format' | 'invalid_instruction' | 'invalid_amount' | 'invalid_time' | 'duplicate_transaction' | 'payee_verification_failed' | 'system_error' | 'provider_system_error' | 'rejected_by_correspondent_bank' | 'blocked_by_review' | 'unknown', required — Failure code.
      - `message` string, required — Human-readable description of the failure.
      - `retry` boolean, required — Whether the return can be retried.
    - `created_at` string, date-time, required — ISO 8601 UTC timestamp when the return was created.
    - `updated_at` string, date-time, required — ISO 8601 UTC timestamp when the return was last updated.
  - `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/e5198bf3cf7e/schema)
