chargebee_list_invoices
ActiveTool of Chargebee
declared in 0.1.0
List invoices filtered by status (e.g., 'paid', 'pending') and/or customer ID. Returns invoice numbers, amounts, dates, and payment status. Paginate with limit and offset.
Parameters schema
{
"type": "object",
"examples": [
{
"_site": "mycompany",
"limit": 30,
"status": "paid",
"_apiKey": "your-chargebee-api-key"
},
{
"_site": "mycompany",
"limit": 20,
"status": "payment_due",
"_apiKey": "your-chargebee-api-key",
"customer_id": "cust_00123456789"
}
],
"required": [
"_apiKey",
"_site"
],
"properties": {
"_site": {
"type": "string",
"description": "Chargebee site name"
},
"limit": {
"type": "number",
"description": "Number of results to return (default 10, max 100)"
},
"offset": {
"type": "string",
"description": "Pagination offset from a previous response"
},
"status": {
"type": "string",
"description": "Filter by invoice status: paid, posted, payment_due, not_paid, voided, pending"
},
"_apiKey": {
"type": "string",
"description": "Chargebee API key"
},
"customer_id": {
"type": "string",
"description": "Filter invoices by customer ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chargebee
https://github.com/pipeworx-io/mcp-chargebee
1/7 registries