---
title: "Transaction provider error"
method: POST
path: "transaction.provider_error"
---

# Transaction provider error

`POST transaction.provider_error` (webhook)

Fired when there is an error from the transaction provider.

## Payload

- TransactionProviderErrorWebhookPayload — Payload for the transaction.provider_error 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.provider_error', 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)
