Skip to main content
Humm reads your Chargebee customers, subscriptions, invoices, and transactions. Ask about MRR by plan, which subscriptions are up for renewal, or what your refund volume looked like last month.

Source Types

SaaS (Live)

Humm queries the Chargebee API directly in real time. Data is never stored by Humm.

Sync

Humm syncs your Chargebee data into your warehouse via Airbyte, then queries the copy. Better performance and lets you join billing data with everything else in your warehouse.
See Choosing a Source Type for help deciding.

Tools

ToolDescription
CHARGEBEE_LIST_CUSTOMERSList customers with filtering by email and creation date
CHARGEBEE_GET_CUSTOMERGet customer details by ID
CHARGEBEE_LIST_SUBSCRIPTIONSList subscriptions with filtering by customer and status
CHARGEBEE_GET_SUBSCRIPTIONGet subscription details by ID
CHARGEBEE_LIST_INVOICESList invoices with filtering by customer, status, and date
CHARGEBEE_GET_INVOICEGet invoice details by ID
CHARGEBEE_LIST_CREDIT_NOTESList credit notes with filtering by customer and status
CHARGEBEE_GET_CREDIT_NOTEGet credit note by ID
CHARGEBEE_LIST_TRANSACTIONSList transactions with filtering by customer and type
CHARGEBEE_LIST_PAYMENT_SOURCESList payment methods with filtering by customer, type, and status
CHARGEBEE_LIST_ORDERSList orders with filtering by customer and status
CHARGEBEE_GET_ORDERGet order by ID
CHARGEBEE_LIST_ITEMSList products (plans, addons, charges) with filtering by type
CHARGEBEE_GET_ITEMGet item by ID
CHARGEBEE_LIST_ITEM_PRICESList pricing configurations with filtering by item, type, and status
CHARGEBEE_GET_ITEM_PRICEGet item price by ID
CHARGEBEE_LIST_COUPONSList coupons with filtering by status and discount type
CHARGEBEE_GET_COUPONGet coupon by ID
CHARGEBEE_LIST_EVENTSList webhook events with filtering by event type and timestamp

Pagination

All list tools support pagination parameters:
ParameterDescription
limitItems per page (1–100, default 10)
offsetCursor from previous response’s next_offset for next page
sort_bySort field (e.g., created_at, updated_at). Prefix with - for descending

Filtering

Chargebee tools use named filter parameters. Common filters include:
FilterDescription
email_isExact email match
customer_id_isFilter by customer ID
status_isFilter by status
type_isFilter by type
created_at_afterCreated after Unix timestamp
item_id_isFilter by item ID
event_type_isFilter by event type

Status Values by Resource

ResourceStatuses
Subscriptionactive, cancelled, non_renewing, future, paused, in_trial
Invoicepaid, posted, payment_due, not_paid, voided, pending
Credit Noteadjusted, refunded, refund_due, voided
Ordernew, processing, complete, cancelled, voided, shipped, delivered, returned
Item Priceactive, archived, deleted
Couponactive, expired, archived, deleted

Type Values by Resource

ResourceTypes
Transactionpayment, refund, authorization
Payment Sourcecard, paypal_express_checkout, amazon_payments, direct_debit, bank_account
Itemplan, addon, charge
Coupon Discountfixed_amount, percentage

Authentication

API Key

Connect using your Chargebee site name and API key.
  • Site: Your Chargebee subdomain (from yoursite.chargebee.com)
  • API Key: Obtain from Chargebee Settings > Configure Chargebee > API Keys