Skip to main content
WEBHOOK
transaction.execution_reverted
{
  "type": "transaction.execution_reverted",
  "wallet_id": "r3mbxxfmzsuxxw3guxxha2xx",
  "transaction_id": "537e327d-7382-4e61-93e5-0241c72d0793",
  "caip2": "eip155:1",
  "transaction_hash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"
}

Body

application/json

Payload for the transaction.execution_reverted webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
transaction.execution_reverted
wallet_id
string
required

The ID of the wallet that initiated the transaction.

transaction_id
string
required

The Privy-assigned ID for this transaction.

caip2
string
required

The CAIP-2 chain identifier (e.g., eip155:1 for Ethereum mainnet).

transaction_hash
string
required

The blockchain transaction hash.

Response

200

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