Chargebee website screenshot

Chargebee

Chargebee is a subscription billing and revenue management platform that enables SaaS and subscription businesses to automate recurring billing, invoicing, payments, dunning, and revenue recognition. The Chargebee REST API v2 provides programmatic access to subscriptions, customers, invoices, payments, plans, addons, coupons, and usage metering, with HTTP Basic Auth using API keys scoped to each Chargebee site.

Chargebee publishes 8 APIs on the APIs.io network, including Customers API, Invoices API, Items API, and 5 more. Tagged areas include Billing, Subscription, Recurring Billing, Revenue, and Payments.

The Chargebee catalog on APIs.io includes 1 event-driven AsyncAPI specification and 1 Spectral governance ruleset.

Chargebee’s developer surface includes sandbox, changelog, getting-started guide, authentication, documentation, API reference, pricing, and 22 more developer resources.

49.9/100 developing ▬ flat Agent 21/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
BillingSubscriptionRecurring BillingRevenuePaymentsSoftware-as-a-Service

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Regulatory Posture applies to this provider. Its tags matched the Payments regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
The six quality facets above are damped to 75 points between them, because the conditional facet above carries the other 25. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 75% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/chargebee: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 8

Individual APIs this provider publishes, each with its own machine-readable definition.

Chargebee Customers API

The Customers API from Chargebee — 2 operation(s) for customers.

Chargebee Invoices API

The Invoices API from Chargebee — 2 operation(s) for invoices.

Chargebee Items API

The Items API from Chargebee — 1 operation(s) for items.

Chargebee Orders API

The Orders API from Chargebee — 1 operation(s) for orders.

Chargebee Payments API

The Payments API from Chargebee — 1 operation(s) for payments.

Chargebee Plans API

The Plans API from Chargebee — 1 operation(s) for plans.

Chargebee Quotes API

The Quotes API from Chargebee — 1 operation(s) for quotes.

Chargebee Subscriptions API

The Subscriptions API from Chargebee — 2 operation(s) for subscriptions.

Scroll for all 8

Open Collections 10

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Chargebee API v2

OPEN COLLECTION

Scroll for all 10

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Chargebee Webhooks

AsyncAPI description of Chargebee's webhook (event) surface. When a notable change occurs on a Chargebee site (customer created, subscription cancelled, invoice generated, payme...

ASYNCAPI

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Chargebee API Rules

9 rules · 1 errors 8 warnings

SPECTRAL

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Chargebee Authentication

http · 1 scheme

SECURITY

Chargebee Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Chargebee Agentic Access

13 operations · 2 acting

13 operations · 2 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 8

SDKs, sample code, and the tooling you integrate with

Scroll for all 8

Access & Security 3

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: chargebee
name: Chargebee
description: Chargebee is a subscription billing and revenue management platform that enables SaaS and subscription businesses
  to automate recurring billing, invoicing, payments, dunning, and revenue recognition. The Chargebee REST API v2 provides
  programmatic access to subscriptions, customers, invoices, payments, plans, addons, coupons, and usage metering, with HTTP
  Basic Auth using API keys scoped to each Chargebee site.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/chargebee.png
tags:
- Billing
- Subscription
- Recurring Billing
- Revenue
- Payments
- Software-as-a-Service
tags_raw:
- Billing
- Subscriptions
- Recurring Billing
- Revenue
- Payments
- SaaS
url: https://raw.githubusercontent.com/api-evangelist/chargebee/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-30'
specificationVersion: '0.23'
apis:
- aid: chargebee:chargebee-customers-api
  name: Chargebee Customers API
  description: The Customers API from Chargebee — 2 operation(s) for customers.
  humanURL: https://apidocs.chargebee.com/docs/api
  baseURL: https://{site}.chargebee.com/api/v2
  tags:
  - Customers
  properties:
  - type: OpenAPI
    url: openapi/chargebee-customers-api-openapi.yml
  - type: Documentation
    url: https://apidocs.chargebee.com/docs/api
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/chargebee/refs/heads/main/asyncapi/chargebee-asyncapi.yml
  - type: Webhooks
    url: https://apidocs.chargebee.com/docs/api/events
  - type: EventTypes
    url: https://apidocs.chargebee.com/docs/api/events/event-types
  - type: GettingStarted
    url: https://www.chargebee.com/docs/api/getting-started.html
- aid: chargebee:chargebee-invoices-api
  name: Chargebee Invoices API
  description: The Invoices API from Chargebee — 2 operation(s) for invoices.
  humanURL: https://apidocs.chargebee.com/docs/api
  baseURL: https://{site}.chargebee.com/api/v2
  tags:
  - Invoices
  properties:
  - type: OpenAPI
    url: openapi/chargebee-invoices-api-openapi.yml
  - type: Documentation
    url: https://apidocs.chargebee.com/docs/api
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/chargebee/refs/heads/main/asyncapi/chargebee-asyncapi.yml
  - type: Webhooks
    url: https://apidocs.chargebee.com/docs/api/events
  - type: EventTypes
    url: https://apidocs.chargebee.com/docs/api/events/event-types
  - type: GettingStarted
    url: https://www.chargebee.com/docs/api/getting-started.html
- aid: chargebee:chargebee-items-api
  name: Chargebee Items API
  description: The Items API from Chargebee — 1 operation(s) for items.
  humanURL: https://apidocs.chargebee.com/docs/api
  baseURL: https://{site}.chargebee.com/api/v2
  tags:
  - Item
  tags_raw:
  - Items
  properties:
  - type: OpenAPI
    url: openapi/chargebee-items-api-openapi.yml
  - type: Documentation
    url: https://apidocs.chargebee.com/docs/api
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/chargebee/refs/heads/main/asyncapi/chargebee-asyncapi.yml
  - type: Webhooks
    url: https://apidocs.chargebee.com/docs/api/events
  - type: EventTypes
    url: https://apidocs.chargebee.com/docs/api/events/event-types
  - type: GettingStarted
    url: https://www.chargebee.com/docs/api/getting-started.html
- aid: chargebee:chargebee-orders-api
  name: Chargebee Orders API
  description: The Orders API from Chargebee — 1 operation(s) for orders.
  humanURL: https://apidocs.chargebee.com/docs/api
  baseURL: https://{site}.chargebee.com/api/v2
  tags:
  - Order
  tags_raw:
  - Orders
  properties:
  - type: OpenAPI
    url: openapi/chargebee-orders-api-openapi.yml
  - type: Documentation
    url: https://apidocs.chargebee.com/docs/api
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/chargebee/refs/heads/main/asyncapi/chargebee-asyncapi.yml
  - type: Webhooks
    url: https://apidocs.chargebee.com/docs/api/events
  - type: EventTypes
    url: https://apidocs.chargebee.com/docs/api/events/event-types
  - type: GettingStarted
    url: https://www.chargebee.com/docs/api/getting-started.html
- aid: chargebee:chargebee-payments-api
  name: Chargebee Payments API
  description: The Payments API from Chargebee — 1 operation(s) for payments.
  humanURL: https://apidocs.chargebee.com/docs/api
  baseURL: https://{site}.chargebee.com/api/v2
  tags:
  - Payments
  properties:
  - type: OpenAPI
    url: openapi/chargebee-payments-api-openapi.yml
  - type: Documentation
    url: https://apidocs.chargebee.com/docs/api
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/chargebee/refs/heads/main/asyncapi/chargebee-asyncapi.yml
  - type: Webhooks
    url: https://apidocs.chargebee.com/docs/api/events
  - type: EventTypes
    url: https://apidocs.chargebee.com/docs/api/events/event-types
  - type: GettingStarted
    url: https://www.chargebee.com/docs/api/getting-started.html
- aid: chargebee:chargebee-plans-api
  name: Chargebee Plans API
  description: The Plans API from Chargebee — 1 operation(s) for plans.
  humanURL: https://apidocs.chargebee.com/docs/api
  baseURL: https://{site}.chargebee.com/api/v2
  tags:
  - Plans
  properties:
  - type: OpenAPI
    url: openapi/chargebee-plans-api-openapi.yml
  - type: Documentation
    url: https://apidocs.chargebee.com/docs/api
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/chargebee/refs/heads/main/asyncapi/chargebee-asyncapi.yml
  - type: Webhooks
    url: https://apidocs.chargebee.com/docs/api/events
  - type: EventTypes
    url: https://apidocs.chargebee.com/docs/api/events/event-types
  - type: GettingStarted
    url: https://www.chargebee.com/docs/api/getting-started.html
- aid: chargebee:chargebee-quotes-api
  name: Chargebee Quotes API
  description: The Quotes API from Chargebee — 1 operation(s) for quotes.
  humanURL: https://apidocs.chargebee.com/docs/api
  baseURL: https://{site}.chargebee.com/api/v2
  tags:
  - Quotes
  properties:
  - type: OpenAPI
    url: openapi/chargebee-quotes-api-openapi.yml
  - type: Documentation
    url: https://apidocs.chargebee.com/docs/api
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/chargebee/refs/heads/main/asyncapi/chargebee-asyncapi.yml
  - type: Webhooks
    url: https://apidocs.chargebee.com/docs/api/events
  - type: EventTypes
    url: https://apidocs.chargebee.com/docs/api/events/event-types
  - type: GettingStarted
    url: https://www.chargebee.com/docs/api/getting-started.html
- aid: chargebee:chargebee-subscriptions-api
  name: Chargebee Subscriptions API
  description: The Subscriptions API from Chargebee — 2 operation(s) for subscriptions.
  humanURL: https://apidocs.chargebee.com/docs/api
  baseURL: https://{site}.chargebee.com/api/v2
  tags:
  - Subscription
  tags_raw:
  - Subscriptions
  properties:
  - type: OpenAPI
    url: openapi/chargebee-subscriptions-api-openapi.yml
  - type: Documentation
    url: https://apidocs.chargebee.com/docs/api
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/chargebee/refs/heads/main/asyncapi/chargebee-asyncapi.yml
  - type: Webhooks
    url: https://apidocs.chargebee.com/docs/api/events
  - type: EventTypes
    url: https://apidocs.chargebee.com/docs/api/events/event-types
  - type: GettingStarted
    url: https://www.chargebee.com/docs/api/getting-started.html
common:
- type: Sandbox
  url: https://api-explorer.chargebee.com
- type: ChangeLog
  url: https://release-notes.chargebee.com/
- type: PrivacyPolicy
  url: https://www.chargebee.com/privacy/
- type: TermsOfService
  url: https://www.chargebee.com/company/terms/
- type: GettingStarted
  url: https://www.chargebee.com/tutorials
- type: AgenticAccess
  url: agentic-access/chargebee-agentic-access.yml
- type: DomainSecurity
  url: security/chargebee-domain-security.yml
- type: Authentication
  url: authentication/chargebee-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/chargebee
- type: Website
  url: https://www.chargebee.com
- type: Documentation
  url: https://www.chargebee.com/docs
- type: APIReference
  url: https://apidocs.chargebee.com/docs/api
- type: Pricing
  url: https://www.chargebee.com/pricing/
- type: Signup
  url: https://www.chargebee.com/trial-signup/
- type: Login
  url: https://app.chargebee.com/login
- type: Authentication
  url: https://apidocs.chargebee.com/docs/api/auth
- type: RateLimits
  url: https://apidocs.chargebee.com/docs/api/api-rate-limits
- type: StatusPage
  url: https://status.chargebee.com
- type: Support
  url: https://support.chargebee.com
- type: GitHubOrganization
  url: https://github.com/chargebee
- type: OpenAPI Source
  url: https://github.com/chargebee/openapi
- type: Node.js SDK
  url: https://github.com/chargebee/chargebee-node
- type: Python SDK
  url: https://github.com/chargebee/chargebee-python
- type: PHP SDK
  url: https://github.com/chargebee/chargebee-php
- type: Java SDK
  url: https://github.com/chargebee/chargebee-java
- type: Ruby SDK
  url: https://github.com/chargebee/chargebee-ruby
- type: Go SDK
  url: https://github.com/chargebee/chargebee-go
- type: .NET SDK
  url: https://github.com/chargebee/chargebee-dotnet
- url: https://www.chargebee.com/blog/feed/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/chargebee"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/chargebee/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/chargebee/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.