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

# Top-up status

> GET /topup/status/{id}

Check whether a top-up has been paid.

```
GET https://api.heyaskr.ai/topup/status/{id}
```

## Response

<ResponseField name="status" type="string">
  `pending` or `paid`. Balance updates automatically once `paid`.
</ResponseField>

```json theme={null}
{ "status": "paid" }
```
