---
title: "Transaction execution reverted"
method: POST
path: "transaction.execution_reverted"
---

# Transaction execution reverted

`POST transaction.execution_reverted` (webhook)

Fired when a transaction execution reverts on-chain.

## Payload

- TransactionExecutionRevertedWebhookPayload — Payload for the transaction.execution_reverted webhook event.
  - `caip2` string, required — The CAIP-2 chain identifier (e.g., eip155:1 for Ethereum mainnet).
  - `reference_id` string, nullable — Developer-provided reference ID for transaction reconciliation, if one was provided.
  - `transaction_hash` string, required — The blockchain transaction hash.
  - `transaction_id` string, required — The Privy-assigned ID for this transaction.
  - `type` 'transaction.execution_reverted', required — The type of webhook event.
  - `wallet_id` string, required — The ID of the wallet that initiated the transaction.

## Acknowledgement `200`

Return a 200 status to indicate that the webhook was received successfully.

---

[API](https://skmtc.net/privy-io/apis/privy-api.md) · [All operations](https://skmtc.net/privy-io/apis/privy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privy-io/privy-api/revisions/bb2eb34156cc/schema)
