---
title: "Transaction still pending"
method: POST
path: "transaction.still_pending"
---

# Transaction still pending

`POST transaction.still_pending` (webhook)

Fired when a transaction has been pending for an extended period without confirmation.

## Payload

- TransactionStillPendingWebhookPayload — Payload for the transaction.still_pending 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.
  - `transaction_request` object, required — The original transaction request that is still pending.
    - `authorization_list` EthereumSign7702Authorization[]
      - `chain_id` union, required — A quantity value that can be either a hex string starting with '0x' or a non-negative integer.
        - string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
        - integer
      - `contract` string, required
      - `nonce` union, required — A quantity value that can be either a hex string starting with '0x' or a non-negative integer.
        - string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
        - integer
      - `r` string, required — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
      - `s` string, required — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
      - `y_parity` number, required
    - `chain_id` union — A quantity value that can be either a hex string starting with '0x' or a non-negative integer.
      - string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
      - integer
    - `data` string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
    - `from` string
    - `gas_limit` union — A quantity value that can be either a hex string starting with '0x' or a non-negative integer.
      - string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
      - integer
    - `gas_price` union — A quantity value that can be either a hex string starting with '0x' or a non-negative integer.
      - string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
      - integer
    - `max_fee_per_gas` union — A quantity value that can be either a hex string starting with '0x' or a non-negative integer.
      - string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
      - integer
    - `max_priority_fee_per_gas` union — A quantity value that can be either a hex string starting with '0x' or a non-negative integer.
      - string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
      - integer
    - `nonce` union — A quantity value that can be either a hex string starting with '0x' or a non-negative integer.
      - string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
      - integer
    - `to` string
    - `type` union
      - 0
      - 1
      - 2
      - 4
    - `value` union — A quantity value that can be either a hex string starting with '0x' or a non-negative integer.
      - string — A hex-encoded string prefixed with '0x', capped at 100002 characters (50,000 bytes).
      - integer
  - `type` 'transaction.still_pending', 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)
