Chargebee integration | Zervanor
← All connectors

Chargebee

Also an agent tool
finance-billing

Chargebee subscription billing & revenue management via the per-site v2 REST API (customers, subscriptions, invoices, items, plans, coupons, quotes, orders, credit notes, transactions, hosted pages, estimates, events)

273 actions · 27 triggers

The Chargebee integration lets you connect Chargebee to your automations with 273 actions and 27 triggers — and every action is also a tool an AI agent can call. Examples: Create Subscription For Items, Create Subscription (PC 1.0), Retrieve Subscription, List Subscriptions, List Subscription Contract Terms. No blank-canvas wiring — connect it and use it in your workflows.

Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.

Triggers 27

Events in Chargebee that can start a workflow.

webhook

Subscription Created

Fires on subscription_created.

webhook

Subscription Changed

Fires on subscription_changed.

webhook

Subscription Cancelled

Fires on subscription_cancelled.

webhook

Subscription Reactivated

Fires on subscription_reactivated.

webhook

Subscription Renewed

Fires on subscription_renewed.

webhook

Subscription Paused

Fires on subscription_paused.

webhook

Subscription Resumed

Fires on subscription_resumed.

webhook

Subscription Deleted

Fires on subscription_deleted.

webhook

Subscription Trial End Reminder

Fires on subscription_trial_end_reminder.

webhook

Customer Created

Fires on customer_created.

webhook

Customer Changed

Fires on customer_changed.

webhook

Customer Deleted

Fires on customer_deleted.

webhook

Invoice Generated

Fires on invoice_generated.

webhook

Invoice Updated

Fires on invoice_updated.

webhook

Invoice Deleted

Fires on invoice_deleted.

webhook

Payment Succeeded

Fires on payment_succeeded.

webhook

Payment Failed

Fires on payment_failed.

webhook

Payment Refunded

Fires on payment_refunded.

webhook

Credit Note Created

Fires on credit_note_created.

webhook

Transaction Created

Fires on transaction_created.

webhook

Quote Created

Fires on quote_created.

webhook

Payment Source Added

Fires on payment_source_added.

webhook

Payment Source Deleted

Fires on payment_source_deleted.

polling

New/Updated Subscription

Use updated_at[after] with sort_by[asc]=updated_at; dedupe on subscription.id.

polling

New/Updated Customer

Use updated_at[after] with sort_by[asc]=updated_at; dedupe on customer.id.

polling

New/Updated Invoice

Use updated_at[after] with sort_by[asc]=updated_at; dedupe on invoice.id.

polling

New Chargebee Event

Use occurred_at[after] with sort_by[asc]=occurred_at; dedupe on event.id (webhook fallback / reconciliation).

Actions 273

What Zervanor can do in Chargebee.

Subscriptions38

POST

Create Subscription (PC 1.0)

Create a subscription using plan/addon, PC 1.0 (POST /subscriptions).

GET

Retrieve Subscription

Retrieve a subscription (GET /subscriptions/{subscription_id}).

GET

List Subscriptions

List subscriptions with operator-suffixed filters (GET /subscriptions).

GET

List Subscription Contract Terms

List contract terms for a subscription (GET /subscriptions/{subscription_id}/contract_terms).

POST

Update Subscription For Items

Update a subscription for items, PC 2.0 (POST /subscriptions/{subscription_id}/update_subscription_for_items).

POST

Update Subscription (PC 1.0)

Update a subscription using plan/addon, PC 1.0 (POST /subscriptions/{subscription_id}).

POST

Change Subscription Term End

Change a subscription term end (POST /subscriptions/{subscription_id}/change_term_end).

POST

Reactivate Subscription

Reactivate a cancelled subscription (POST /subscriptions/{subscription_id}/reactivate).

POST

Add Charge At Term End

Add a charge at term end (POST /subscriptions/{subscription_id}/add_charge_at_term_end).

POST

Charge Addon At Term End

Charge an addon at term end (POST /subscriptions/{subscription_id}/charge_addon_at_term_end).

POST

Charge Future Renewals

Charge future renewals immediately (POST /subscriptions/{subscription_id}/charge_future_renewals).

POST

Import Subscription (PC 1.0)

Import an existing subscription, PC 1.0 (POST /subscriptions/{subscription_id}/import_subscription).

POST

Import Existing Subscription For Items

Import an existing subscription for items (POST /subscriptions/{subscription_id}/import_for_items).

POST

Override Billing Profile

Override a subscription billing profile (POST /subscriptions/{subscription_id}/override_billing_profile).

POST

Delete Subscription

Delete a subscription (POST /subscriptions/{subscription_id}/delete).

POST

Cancel Subscription For Items

Cancel a subscription, PC 2.0 (POST /subscriptions/{subscription_id}/cancel_for_items).

POST

Cancel Subscription (PC 1.0)

Cancel a subscription, PC 1.0 (POST /subscriptions/{subscription_id}/cancel).

POST

Pause Subscription

Pause a subscription (POST /subscriptions/{subscription_id}/pause).

POST

Resume Subscription

Resume a paused subscription (POST /subscriptions/{subscription_id}/resume).

POST

Remove Scheduled Pause

Remove a scheduled pause (POST /subscriptions/{subscription_id}/remove_scheduled_pause).

POST

Remove Scheduled Resumption

Remove a scheduled resumption (POST /subscriptions/{subscription_id}/remove_scheduled_resumption).

POST

Remove Scheduled Cancellation

Remove a scheduled cancellation (POST /subscriptions/{subscription_id}/remove_scheduled_cancellation).

POST

Remove Scheduled Changes

Remove scheduled changes (POST /subscriptions/{subscription_id}/remove_scheduled_changes).

POST

Change Subscription Billing Date

Change a subscription billing date (POST /subscriptions/{subscription_id}/change_billing_date).

POST

Regenerate Invoice

Regenerate the current-term invoice (POST /subscriptions/{subscription_id}/regenerate_invoice).

GET

Retrieve Subscription With Scheduled Changes

Retrieve a subscription with scheduled changes (GET /subscriptions/{subscription_id}/retrieve_with_scheduled_changes).

POST

Charge Addon (PC 1.0)

Charge an addon, PC 1.0 deprecated path (POST /subscriptions/{subscription_id}/charge_addon).

POST

Estimate Update Subscription For Items (PC 2.0)

Estimate updating a subscription, PC 2.0 (POST /subscriptions/{subscription_id}/update_subscription_for_items_estimate).

POST

Estimate Update Subscription (PC 1.0)

Estimate updating a subscription, PC 1.0 (POST /subscriptions/{subscription_id}/update_subscription_estimate).

POST

Estimate Renewal

Estimate the next renewal (POST /subscriptions/{subscription_id}/renewal_estimate).

POST

Estimate Advance Invoice

Estimate an advance invoice (POST /subscriptions/{subscription_id}/advance_invoice_estimate).

POST

Estimate Regenerate Invoice

Estimate a regenerated invoice (POST /subscriptions/{subscription_id}/regenerate_invoice_estimate).

POST

Estimate Upcoming Invoices

Estimate upcoming invoices (POST /subscriptions/{subscription_id}/upcoming_invoices_estimate).

POST

Estimate Change Term End

Estimate changing the term end (POST /subscriptions/{subscription_id}/change_term_end_estimate).

POST

Estimate Cancel Subscription For Items (PC 2.0)

Estimate a cancellation, PC 2.0 (POST /subscriptions/{subscription_id}/cancel_subscription_for_items_estimate).

POST

Estimate Cancel Subscription (PC 1.0)

Estimate a cancellation, PC 1.0 (POST /subscriptions/{subscription_id}/cancel_subscription_estimate).

POST

Estimate Pause Subscription

Estimate a pause (POST /subscriptions/{subscription_id}/pause_subscription_estimate).

POST

Estimate Resume Subscription

Estimate a resume (POST /subscriptions/{subscription_id}/resume_subscription_estimate).

Invoices30

POST

Create Invoice For Charge Items And Charges

Create an invoice for items + one-time charges, PC 2.0 (POST /invoices/create_for_charge_items_and_charges).

POST

Create Ad-hoc Charge Invoice

Create an ad-hoc one-time charge invoice (POST /invoices/charge).

POST

Create Addon Charge Invoice (PC 1.0)

Create a one-time addon charge invoice, PC 1.0 (POST /invoices/charge_addon).

POST

Create Invoice For Charge Item

Add an item charge to an invoice (POST /invoices/{invoice_id}/create_for_charge_item).

GET

Retrieve Invoice

Retrieve an invoice (GET /invoices/{invoice_id}).

GET

List Invoices

List invoices with operator-suffixed filters (GET /invoices).

GET

List Invoice Payments

List payments on an invoice (GET /invoices/{invoice_id}/payments).

POST

Add Charge To Invoice

Add an ad-hoc charge to a pending invoice (POST /invoices/{invoice_id}/add_charge).

POST

Add Addon Charge To Invoice (PC 1.0)

Add an addon charge to a pending invoice, PC 1.0 (POST /invoices/{invoice_id}/add_addon_charge).

POST

Add Charge Item To Invoice (PC 2.0)

Add a charge-item line to a pending invoice, PC 2.0 (POST /invoices/{invoice_id}/add_charge_item).

POST

Close Invoice

Close a pending invoice (POST /invoices/{invoice_id}/close).

POST

Collect Payment For Invoice

Collect payment for an invoice (POST /invoices/{invoice_id}/collect_payment).

POST

Record Offline Invoice Payment

Record an offline payment for an invoice (POST /invoices/{invoice_id}/record_payment).

POST

Refund Invoice

Refund an invoice (POST /invoices/{invoice_id}/refund).

POST

Record Offline Invoice Refund

Record an offline refund for an invoice (POST /invoices/{invoice_id}/record_refund).

POST

Void Invoice

Void an invoice (POST /invoices/{invoice_id}/void).

POST

Write Off Invoice

Write off an invoice (POST /invoices/{invoice_id}/write_off).

POST

Apply Credit Notes To Invoice

Apply credit notes to an invoice (POST /invoices/{invoice_id}/apply_credits).

POST

Remove Applied Credit Note

Remove an applied credit note from an invoice (POST /invoices/{invoice_id}/remove_credit_note).

POST

Apply Unused Payments To Invoice

Apply unused payments to an invoice (POST /invoices/{invoice_id}/apply_payments).

POST

Remove Applied Payment

Remove an applied payment from an invoice (POST /invoices/{invoice_id}/remove_payment).

POST

Delete Invoice

Delete an invoice (POST /invoices/{invoice_id}/delete).

POST

Delete Invoice Line Items

Delete line items from an invoice (POST /invoices/{invoice_id}/delete_line_items).

POST

Update Invoice Details

Update invoice details (POST /invoices/{invoice_id}/update_details).

POST

Stop Dunning On Invoice

Stop dunning on an invoice (POST /invoices/{invoice_id}/stop_dunning).

POST

Import Invoice

Import an invoice (POST /invoices/{invoice_id}/import_invoice).

GET

Retrieve Invoice PDF

Retrieve the invoice PDF download URL (GET /invoices/{invoice_id}/pdf).

POST

Update E-Invoice

Trigger or update an e-invoice (POST /invoices/{invoice_id}/update_einvoice).

POST

Resend E-Invoice

Resend an e-invoice (POST /invoices/{invoice_id}/resend_einvoice).

GET

Retrieve E-Invoice Status

Retrieve e-invoice status (GET /invoices/{invoice_id}/einvoice).

Customers28

POST

Create Subscription For Items

Create a subscription for items, PC 2.0 (POST /customers/{customer_id}/subscription_for_items).

POST

Import Subscription For Items

Import a subscription for items, PC 2.0 (POST /customers/{customer_id}/import_subscription_for_items).

POST

Create Customer

Create a customer (POST /customers).

GET

Retrieve Customer

Retrieve a customer (GET /customers/{customer_id}).

GET

List Customers

List customers with operator-suffixed filters (GET /customers).

POST

Update Customer

Update a customer (POST /customers/{customer_id}).

POST

Update Payment Method (Legacy)

Update a customer payment method, legacy (POST /customers/{customer_id}/update_payment_method).

POST

Update Billing Info

Update a customer billing info (POST /customers/{customer_id}/update_billing_info).

POST

Assign Payment Role

Assign a payment-source role (POST /customers/{customer_id}/assign_payment_role).

GET

List Customer Contacts

List a customer contacts (GET /customers/{customer_id}/contacts).

POST

Add Contact

Add a contact to a customer (POST /customers/{customer_id}/add_contact).

POST

Update Contact

Update a customer contact (POST /customers/{customer_id}/update_contact).

POST

Delete Contact

Delete a customer contact (POST /customers/{customer_id}/delete_contact).

POST

Add Promotional Credits

Add promotional credits (POST /customers/{customer_id}/add_promotional_credits).

POST

Deduct Promotional Credits

Deduct promotional credits (POST /customers/{customer_id}/deduct_promotional_credits).

POST

Set Promotional Credits

Set a customer promotional-credit balance (POST /customers/{customer_id}/set_promotional_credits).

POST

Record Excess Payment

Record an excess payment (POST /customers/{customer_id}/record_excess_payment).

POST

Collect Payment From Customer

Collect payment from a customer (POST /customers/{customer_id}/collect_payment).

POST

Change Customer Billing Date

Change a customer billing date (POST /customers/{customer_id}/change_billing_date).

POST

Merge Customers

Merge two customers (POST /customers/{customer_id}/merge).

GET

Retrieve Customer Hierarchy

Retrieve a customer hierarchy (GET /customers/{customer_id}/hierarchy).

POST

Update Hierarchy Settings

Update a customer hierarchy settings (POST /customers/{customer_id}/update_hierarchy_settings).

POST

Delete Customer

Delete a customer (POST /customers/{customer_id}/delete).

POST

Move Customer

Move a customer to another site/business entity (POST /customers/{customer_id}/move).

POST

Clear Personal Data (GDPR)

Clear a customer personal data, GDPR (POST /customers/{customer_id}/clear_personal_data).

POST

Manage Customer Relationships

Manage customer relationships (POST /customers/{customer_id}/relationships).

GET

List Payments For Invoice

List payments for an invoice via customer (GET /customers/{customer_id}/payments_for_invoice).

POST

Estimate Create Subscription For Customer (Items)

Estimate for a new subscription for a customer (POST /customers/{customer_id}/create_subscription_for_items_estimate).

Hosted Pages19

POST

Checkout New For Items (PC 2.0)

Hosted checkout for a new subscription, PC 2.0 (POST /hosted_pages/checkout_new_for_items).

POST

Checkout New (PC 1.0)

Hosted checkout for a new subscription, PC 1.0 (POST /hosted_pages/checkout_new).

POST

Checkout Existing For Items (PC 2.0)

Checkout to modify an existing subscription, PC 2.0 (POST /hosted_pages/checkout_existing_for_items).

POST

Checkout Existing (PC 1.0)

Checkout to modify an existing subscription, PC 1.0 (POST /hosted_pages/checkout_existing).

POST

Checkout One-Time For Items

One-time checkout for items (POST /hosted_pages/checkout_one_time_for_items).

POST

Checkout One-Time

One-time checkout for charges (POST /hosted_pages/checkout_one_time).

POST

Update Payment Method (Hosted Page)

Hosted page to update a payment method (POST /hosted_pages/update_payment_method).

POST

Manage Payment Sources (Hosted Page)

Hosted page to manage payment sources (POST /hosted_pages/manage_payment_sources).

POST

Collect Now (Hosted Page)

Hosted page to collect a due payment (POST /hosted_pages/collect_now).

POST

Accept Quote (Hosted Page)

Hosted page to accept a quote (POST /hosted_pages/accept_quote).

POST

Extend Subscription (Hosted Page)

Hosted page to extend a subscription (POST /hosted_pages/extend_subscription).

POST

Checkout Gift For Items (PC 2.0)

Hosted gift checkout, PC 2.0 (POST /hosted_pages/checkout_gift_for_items).

POST

Checkout Gift (PC 1.0)

Hosted gift checkout, PC 1.0 (POST /hosted_pages/checkout_gift).

POST

Claim Gift (Hosted Page)

Hosted page to claim a gift (POST /hosted_pages/claim_gift).

POST

Pre-Cancel (Hosted Page)

Pre-cancel retention hosted page (POST /hosted_pages/pre_cancel).

GET

Retrieve Hosted Page

Retrieve a hosted page (GET /hosted_pages/{hosted_page_id}).

GET

List Hosted Pages

List hosted pages (GET /hosted_pages).

POST

Acknowledge Hosted Page

Acknowledge a hosted page (POST /hosted_pages/{hosted_page_id}/acknowledge).

POST

Update Hosted Page Status

Update hosted-page status (POST /hosted_pages/{hosted_page_id}/update).

Quotes17

POST

Create Subscription Quote (Customer)

Create a quote for a new subscription for a customer (POST /quotes/create_sub_for_customer_quote).

POST

Edit Create Subscription Quote

Edit a create-subscription quote (POST /quotes/edit_create_sub_for_customer_quote).

POST

Create Subscription Items Quote (PC 2.0)

Create a quote for items, PC 2.0 (POST /quotes/create_sub_items_for_customer_quote).

POST

Edit Create Subscription Items Quote

Edit a create-for-items quote (POST /quotes/edit_create_sub_items_for_customer_quote).

POST

Update Subscription Quote

Create a quote to change a subscription (POST /quotes/{subscription_id}/update_subscription_quote).

POST

Update Subscription Quote For Items

Quote to change a subscription for items (POST /quotes/{subscription_id}/update_subscription_quote_for_items).

POST

Edit Update Subscription Quote

Edit an update-subscription quote (POST /quotes/{subscription_id}/edit_update_subscription_quote).

POST

Create Quote For One-Time Charges

Create a quote for one-time charges (POST /quotes/create_for_onetime_charges).

POST

Edit One-Time Quote

Edit a one-time-charge quote (POST /quotes/{quote_id}/edit_one_time_quote).

GET

Retrieve Quote

Retrieve a quote (GET /quotes/{quote_id}).

GET

List Quotes

List quotes (GET /quotes).

POST

Convert Quote

Convert a quote to a subscription/invoice (POST /quotes/{quote_id}/convert).

POST

Update Quote Status

Update a quote status (POST /quotes/{quote_id}/update_status).

POST

Extend Quote Expiry Date

Extend the quote expiry date (POST /quotes/{quote_id}/extend_expiry_date).

POST

Delete Quote

Delete a quote (POST /quotes/{quote_id}/delete).

GET

Retrieve Quote PDF

Retrieve the quote PDF (GET /quotes/{quote_id}/pdf).

GET

List Quote Line Groups

List quote line groups (GET /quotes/{quote_id}/quote_line_groups).

Payment Sources13

POST

Create Payment Source Using Temp Token

Create a payment source using a temp token (POST /payment_sources/create_using_temp_token).

POST

Create Payment Source Using Token

Create a payment source using a permanent token (POST /payment_sources/create_using_token).

POST

Create Payment Source Using Payment Intent

Create a payment source using a payment intent, 3DS (POST /payment_sources/create_using_payment_intent).

POST

Create Bank-Account Payment Source

Create a bank-account payment source (POST /payment_sources/create_bank_account).

POST

Update Card Payment Source

Update a card payment source (POST /payment_sources/{payment_source_id}/update_card).

POST

Update Bank-Account Payment Source

Update a bank-account payment source (POST /payment_sources/{payment_source_id}/update_bank_account).

POST

Verify Bank Account

Verify a bank account (POST /payment_sources/{payment_source_id}/verify_bank_account).

GET

Retrieve Payment Source

Retrieve a payment source (GET /payment_sources/{payment_source_id}).

GET

List Payment Sources

List payment sources (GET /payment_sources).

POST

Delete Payment Source

Delete a payment source (POST /payment_sources/{payment_source_id}/delete).

POST

Delete Payment Source Locally

Delete a payment source locally (POST /payment_sources/{payment_source_id}/delete_local).

POST

Switch Gateway Account

Switch the gateway account for payment sources (POST /payment_sources/switch_gateway_account).

POST

Export Payment Source

Export a payment source to another gateway (POST /payment_sources/export_payment_source).

Orders11

POST

Create Order

Create an order (POST /orders).

POST

Import Order

Import an order (POST /orders/import_order).

GET

Retrieve Order

Retrieve an order (GET /orders/{order_id}).

GET

List Orders

List orders (GET /orders).

POST

Update Order

Update an order (POST /orders/{order_id}).

POST

Assign Order Number

Assign an order number (POST /orders/{order_id}/assign_order_number).

POST

Cancel Order

Cancel an order (POST /orders/{order_id}/cancel).

POST

Create Refundable Credit Note

Create a refundable credit note for an order (POST /orders/{order_id}/create_refundable_credit_note).

POST

Reopen Order

Reopen an order (POST /orders/{order_id}/reopen).

POST

Delete Order

Delete an order (POST /orders/{order_id}/delete).

POST

Resend Order

Resend an order (POST /orders/{order_id}/resend).

Credit Notes10

POST

Create Credit Note

Create a credit note (POST /credit_notes).

GET

Retrieve Credit Note

Retrieve a credit note (GET /credit_notes/{credit_note_id}).

GET

List Credit Notes

List credit notes (GET /credit_notes).

POST

Refund Credit Note

Refund a credit note (POST /credit_notes/{credit_note_id}/refund).

POST

Record Offline Credit Note Refund

Record an offline refund for a credit note (POST /credit_notes/{credit_note_id}/record_refund).

POST

Void Credit Note

Void a credit note (POST /credit_notes/{credit_note_id}/void).

POST

Delete Credit Note

Delete a credit note (POST /credit_notes/{credit_note_id}/delete).

POST

Remove Credit Note Payment Intents

Remove payment intents from a credit note (POST /credit_notes/{credit_note_id}/remove_payment_intents).

GET

Retrieve Credit Note PDF

Retrieve the credit-note PDF (GET /credit_notes/{credit_note_id}/pdf).

POST

Import Credit Note

Import a credit note (POST /credit_notes/import_credit_note).

Coupons9

POST

Create Coupon For Items (PC 2.0)

Create a coupon for items, PC 2.0 (POST /coupons/create_for_items).

POST

Create Coupon (PC 1.0)

Create a coupon, PC 1.0 (POST /coupons).

GET

Retrieve Coupon

Retrieve a coupon (GET /coupons/{coupon_id}).

GET

List Coupons

List coupons (GET /coupons).

POST

Update Coupon For Items (PC 2.0)

Update a coupon for items, PC 2.0 (POST /coupons/{coupon_id}/update_for_items).

POST

Update Coupon (PC 1.0)

Update a coupon, PC 1.0 (POST /coupons/{coupon_id}).

POST

Delete Coupon

Delete a coupon (POST /coupons/{coupon_id}/delete).

POST

Copy Coupon

Copy a coupon to another site (POST /coupons/{coupon_id}/copy).

POST

Unarchive Coupon

Unarchive a coupon (POST /coupons/{coupon_id}/unarchive).

Item Prices9

POST

Create Item Price

Create an item price, PC 2.0 (POST /item_prices).

GET

Retrieve Item Price

Retrieve an item price (GET /item_prices/{item_price_id}).

GET

List Item Prices

List item prices (GET /item_prices).

POST

Update Item Price

Update an item price (POST /item_prices/{item_price_id}).

POST

Delete Item Price

Delete an item price (POST /item_prices/{item_price_id}/delete).

GET

Find Applicable Items

Find applicable items for an item price (GET /item_prices/{item_price_id}/find_applicable_items).

GET

Find Applicable Item Prices

Find applicable item prices for an item price (GET /item_prices/{item_price_id}/find_applicable_item_prices).

POST

Create Attached Item

Create an attached item for an item price (POST /item_prices/{item_price_id}/attached_items).

GET

List Attached Items

List attached items for an item price (GET /item_prices/{item_price_id}/attached_items).

Addons7

POST

Create Addon

Create an addon, PC 1.0 (POST /addons).

GET

Retrieve Addon

Retrieve an addon (GET /addons/{addon_id}).

GET

List Addons

List addons (GET /addons).

POST

Update Addon

Update an addon (POST /addons/{addon_id}).

POST

Delete Addon

Delete an addon (POST /addons/{addon_id}/delete).

POST

Copy Addon

Copy an addon to another site (POST /addons/{addon_id}/copy).

POST

Unarchive Addon

Unarchive an addon (POST /addons/{addon_id}/unarchive).

Coupon Sets7

POST

Create Coupon Set

Create a coupon set (POST /coupon_sets).

GET

Retrieve Coupon Set

Retrieve a coupon set (GET /coupon_sets/{coupon_set_id}).

GET

List Coupon Sets

List coupon sets (GET /coupon_sets).

POST

Add Coupon Codes

Add coupon codes to a set (POST /coupon_sets/{coupon_set_id}/add_coupon_codes).

POST

Update Coupon Set

Update a coupon set (POST /coupon_sets/{coupon_set_id}).

POST

Delete Coupon Set

Delete a coupon set (POST /coupon_sets/{coupon_set_id}/delete).

POST

Delete Unused Coupon Codes

Delete unused coupon codes from a set (POST /coupon_sets/{coupon_set_id}/delete_unused_coupon_codes).

Exports7

POST

Export Revenue Recognition

Export revenue-recognition data (POST /exports/revenue_recognition).

POST

Export Deferred Revenue

Export deferred-revenue data (POST /exports/deferred_revenue).

POST

Export Subscriptions

Export subscriptions (POST /exports/subscriptions).

POST

Export Invoices

Export invoices (POST /exports/invoices).

POST

Export Credit Notes

Export credit notes (POST /exports/credit_notes).

POST

Export Orders

Export orders (POST /exports/orders).

GET

Retrieve Export

Retrieve an export, poll status / download (GET /exports/{export_id}).

Gifts7

POST

Create Gift For Items (PC 2.0)

Create a gift subscription for items, PC 2.0 (POST /gifts/create_for_items).

POST

Create Gift (PC 1.0)

Create a gift subscription, PC 1.0 (POST /gifts).

GET

Retrieve Gift

Retrieve a gift (GET /gifts/{gift_id}).

GET

List Gifts

List gifts (GET /gifts).

POST

Claim Gift

Claim a gift (POST /gifts/{gift_id}/claim).

POST

Cancel Gift

Cancel a gift (POST /gifts/{gift_id}/cancel).

POST

Update Gift

Update gift details (POST /gifts/{gift_id}/update_gift).

Plans7

POST

Create Plan

Create a plan, PC 1.0 (POST /plans).

GET

Retrieve Plan

Retrieve a plan (GET /plans/{plan_id}).

GET

List Plans

List plans (GET /plans).

POST

Update Plan

Update a plan (POST /plans/{plan_id}).

POST

Delete Plan

Delete a plan (POST /plans/{plan_id}/delete).

POST

Copy Plan

Copy a plan to another site (POST /plans/{plan_id}/copy).

POST

Unarchive Plan

Unarchive a plan (POST /plans/{plan_id}/unarchive).

Estimates6

POST

Estimate Create Subscription For Items (PC 2.0)

Estimate for a new subscription, PC 2.0 (POST /estimates/create_subscription_for_items).

POST

Estimate Create Subscription (PC 1.0)

Estimate for a new subscription, PC 1.0 (POST /estimates/create_subscription).

POST

Estimate Gift Subscription For Items (PC 2.0)

Estimate a gift subscription, PC 2.0 (POST /estimates/gift_subscription_for_items).

POST

Estimate Gift Subscription (PC 1.0)

Estimate a gift subscription, PC 1.0 (POST /estimates/gift_subscription).

POST

Estimate Create Invoice For Items

Estimate an ad-hoc invoice for items (POST /estimates/create_invoice_for_items).

POST

Estimate Create Invoice

Estimate an ad-hoc invoice for charges (POST /estimates/create_invoice).

Virtual Bank Accounts6

POST

Create Virtual Bank Account

Create a virtual bank account (POST /virtual_bank_accounts).

POST

Create Virtual Bank Account Using Permanent Token

Create a VBA using a permanent token (POST /virtual_bank_accounts/create_using_permanent_token).

GET

Retrieve Virtual Bank Account

Retrieve a virtual bank account (GET /virtual_bank_accounts/{vba_id}).

GET

List Virtual Bank Accounts

List virtual bank accounts (GET /virtual_bank_accounts).

POST

Delete Virtual Bank Account

Delete a virtual bank account (POST /virtual_bank_accounts/{vba_id}/delete).

POST

Delete Virtual Bank Account Locally

Delete a virtual bank account locally (POST /virtual_bank_accounts/delete_local).

Differential Prices5

POST

Create Differential Price

Create a differential price (POST /differential_prices).

GET

Retrieve Differential Price

Retrieve a differential price (GET /differential_prices/{differential_price_id}).

GET

List Differential Prices

List differential prices (GET /differential_prices).

POST

Update Differential Price

Update a differential price (POST /differential_prices/{differential_price_id}).

POST

Delete Differential Price

Delete a differential price (POST /differential_prices/{differential_price_id}/delete).

Item Families5

POST

Create Item Family

Create an item family, PC 2.0 (POST /item_families).

GET

Retrieve Item Family

Retrieve an item family (GET /item_families/{item_family_id}).

GET

List Item Families

List item families (GET /item_families).

POST

Update Item Family

Update an item family (POST /item_families/{item_family_id}).

POST

Delete Item Family

Delete an item family (POST /item_families/{item_family_id}/delete).

Items5

POST

Create Item

Create an item, PC 2.0 (POST /items).

GET

Retrieve Item

Retrieve an item (GET /items/{item_id}).

GET

List Items

List items (GET /items).

POST

Update Item

Update an item (POST /items/{item_id}).

POST

Delete Item

Delete an item (POST /items/{item_id}/delete).

Transactions5

GET

Retrieve Transaction

Retrieve a transaction (GET /transactions/{transaction_id}).

GET

List Transactions

List transactions (GET /transactions).

POST

Delete Offline Transaction

Delete an offline transaction (POST /transactions/{transaction_id}/delete_offline_transaction).

POST

Record Offline Refund Transaction

Record an offline refund transaction (POST /transactions/record_refund).

POST

Record Tax-Withheld Refund

Record a tax-withheld refund (POST /transactions/record_tax_withheld_refund).

Cards4

GET

Retrieve Card

Retrieve a customer card (GET /cards/{customer_id}).

POST

Switch Card Gateway

Switch the gateway for a card (POST /cards/{customer_id}/switch_gateway).

POST

Copy Card For Customer

Copy a card to another customer (POST /cards/{customer_id}/copy_card_for_customer).

POST

Delete Card

Delete a card (POST /cards/{customer_id}/delete_card).

Attached Items3

GET

Retrieve Attached Item

Retrieve an attached item (GET /attached_items/{attached_item_id}).

POST

Update Attached Item

Update an attached item (POST /attached_items/{attached_item_id}).

POST

Delete Attached Item

Delete an attached item (POST /attached_items/{attached_item_id}/delete).

Coupon Codes3

GET

Retrieve Coupon Code

Retrieve a coupon code (GET /coupon_codes/{coupon_code}).

GET

List Coupon Codes

List coupon codes (GET /coupon_codes).

POST

Archive Coupon Code

Archive a coupon code (POST /coupon_codes/{coupon_code}/archive).

Payment Intents3

GET

Retrieve Payment Intent

Retrieve a payment intent (GET /payment_intents/{payment_intent_id}).

POST

Create Payment Intent

Create a payment intent (POST /payment_intents).

POST

Update Payment Intent

Update a payment intent (POST /payment_intents/{payment_intent_id}).

Business Entities2

GET

List Business Entities

List business entities (GET /business_entities).

GET

Retrieve Business Entity

Retrieve a business entity (GET /business_entities/{id}).

Comments2

GET

List Comments

List comments (GET /comments).

POST

Create Comment

Create a comment (POST /comments).

Events2

GET

Retrieve Event

Retrieve an event (GET /events/{event_id}).

GET

List Events

List events; poll model alternative to webhooks (GET /events).

Promotional Credits2

GET

List Promotional Credits

List promotional-credit transactions (GET /promotional_credits).

GET

Retrieve Promotional Credit

Retrieve a promotional-credit transaction (GET /promotional_credits/{id}).

Currencies1

GET

List Currencies

List configured currencies (GET /currencies).

Automations using Chargebee

Build your own automation with Chargebee in the visual builder.

Frequently asked questions

What can I automate with Chargebee?

273 actions are available — for example: Create Subscription For Items, Create Subscription (PC 1.0), Retrieve Subscription, List Subscriptions, List Subscription Contract Terms, and more.

Which Chargebee events can start a workflow?

27 triggers — for example: Subscription Created, Subscription Changed, Subscription Cancelled, Subscription Reactivated.

Can Chargebee be used as an AI agent tool?

Yes. Every Chargebee action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.

How is the Chargebee integration modelled?

Chargebee is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.