Get Bill History
monei_get_bill_historyRetrieve past bill payment history for airtime, data, electricity, and cable TV. Check payment status and review spending across all utility categories.
Instructions
Returns the user's recent bill payment history across all categories: airtime, data, electricity, and cable TV.
Use this when the user wants to review past bill payments, check if a payment went through, or audit utility spending.
Returns: { "bills": [ { "id": string, "reference": string, "type": string, // "AIRTIME" | "MOBILEDATA" | "UTILITYBILLS" | "CABLEBILLS" "billerName": string, "customer": string, // Phone, meter number, or smartcard depending on type "amount": number, "status": string, // "PENDING" | "SUCCESS" | "FAILED" "token": string | null, // Electricity token for prepaid meters "units": string | null, "createdAt": string } ], "total": number, "page": number, "totalPages": number }
Examples:
"Show my recent bill payments" -> call this
"Did my electricity payment go through?" -> call this, filter by type=UTILITYBILLS
"When did I last buy MTN airtime?" -> call this, filter by type=AIRTIME
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||