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

# Payment history

> List all bill payments made by your business

Retrieve a list of all your bill payments.

## Endpoint

```
GET https://api-v3.reeple.ai/bill-payment/history
```

```bash theme={null}
curl -X GET https://api-v3.reeple.ai/bill-payment/history \
  -H "api-key: YOUR_SECRET_KEY"
```
