{
"type": "transaction.failed",
"wallet_id": "fmfdj6yqly31huorjqzq38zc",
"transaction_id": "36d384ec-4e62-4332-ae6f-9ded2c27c680",
"caip2": "eip155:1",
"transaction_hash": "0x2446f1fd773fbb9f080e674b60c6a033c7ed7427b8b9413cf28a2a4a6da9b56c"
}Webhooks
Transaction failed
Fired when a transaction fails.
WEBHOOK
transaction.failed
{
"type": "transaction.failed",
"wallet_id": "fmfdj6yqly31huorjqzq38zc",
"transaction_id": "36d384ec-4e62-4332-ae6f-9ded2c27c680",
"caip2": "eip155:1",
"transaction_hash": "0x2446f1fd773fbb9f080e674b60c6a033c7ed7427b8b9413cf28a2a4a6da9b56c"
}If a
reference_id was provided when the transaction was created via
eth_sendTransaction or signAndSendTransaction,
it is included in the webhook payload for reconciliation.Body
application/json
Payload for the transaction.failed webhook event.
The type of webhook event.
Available options:
transaction.failed The ID of the wallet that initiated the transaction.
The Privy-assigned ID for this transaction.
The CAIP-2 chain identifier (e.g., eip155:4217 for Tempo, eip155:1 for Ethereum mainnet).
The blockchain transaction hash.
Developer-provided reference ID for transaction reconciliation, if one was provided.
Response
200
Return a 200 status to indicate that the webhook was received successfully.
Was this page helpful?

