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

# Single payment intent

### Check Transaction Status

To check the status of a payment intent, use the `paymentIntentUniqueId`. This allows you to check the status of the payment intent, specifically the `transaction.transactionStatus`.

### Endpoint

**POST Request**
`https://api.fenanpay.com/api/v1/payment/intent/api/status`

**Headers**

```
apikey: YOUR_API_KEY
```

**Request Body**

```json theme={null}
{
  "paymentIntentUniqueId": "2404542451810305"
}
```

This endpoint returns a [Payment Intent object](/transaction/payment-intent-object).
