> ## Documentation Index
> Fetch the complete documentation index at: https://vaayu.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Transaction

Returns the latest status of a payment.

## Endpoint

GET /transaction/\{tx\_hash}

## Parameters

tx\_hash string and API Key required.

## Response Body

```json theme={null}
{
  "tx_hash": "a4de704d3d67862bc443784f47b7950ed09337095f082e6867f8d04c12a3b1bf",
  "amount": 100000,
  "status": "confirmed",
  "webhook_delivered": true,
  "retry_count": 0
}
```

Possible statuses

pending, confirmed, failed
