← Tools Reference

Chargebee

Chargebee integration (Finance). Imported from open-connector.

API key9 toolshttps://{site}.chargebee.com/api/v2
GET
chargebee_list_customers
List Chargebee customers with optional exact-match filters and pagination.

/customers

10 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records Chargebee should return.
offsetstringoptionalThe next_offset value returned by a previous Chargebee list call.
idstringoptionalA Chargebee resource identifier.
customerIdstringoptionalA Chargebee resource identifier.
subscriptionIdstringoptionalA Chargebee resource identifier.
emailstringoptionalFilter customers whose email exactly matches this value.
statusstringoptionalFilter resources whose status exactly matches this value.
itemIdstringoptionalA Chargebee resource identifier.
sortBystringoptionalThe Chargebee field to sort by.
sortOrderstringoptionalThe sort direction.
GET
chargebee_get_customer
Retrieve one Chargebee customer by ID.

/customers/{customerId}

1 parameter
ParamTypeRequiredDescription
customerIdstringrequiredA Chargebee resource identifier.
POST
chargebee_create_customer
Create a basic Chargebee customer record from JSON-friendly fields.

/customers

9 parameters
ParamTypeRequiredDescription
firstNamestringoptionalInput field mapped to wire key via bodyTransform.
lastNamestringoptionalInput field mapped to wire key via bodyTransform.
vatNumberstringoptionalInput field mapped to wire key via bodyTransform.
autoCollectionstringoptionalInput field mapped to wire key via bodyTransform.
netTermDaysintegeroptionalNet term days for the customer.
idstringoptionalChargebee customer id.
emailstringoptionalChargebee customer email.
phonestringoptionalChargebee customer phone.
companystringoptionalChargebee customer company.
GET
chargebee_list_subscriptions
List Chargebee subscriptions with optional exact-match filters and pagination.

/subscriptions

10 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records Chargebee should return.
offsetstringoptionalThe next_offset value returned by a previous Chargebee list call.
idstringoptionalA Chargebee resource identifier.
customerIdstringoptionalA Chargebee resource identifier.
subscriptionIdstringoptionalA Chargebee resource identifier.
emailstringoptionalFilter customers whose email exactly matches this value.
statusstringoptionalFilter resources whose status exactly matches this value.
itemIdstringoptionalA Chargebee resource identifier.
sortBystringoptionalThe Chargebee field to sort by.
sortOrderstringoptionalThe sort direction.
GET
chargebee_get_subscription
Retrieve one Chargebee subscription by ID.

/subscriptions/{subscriptionId}

1 parameter
ParamTypeRequiredDescription
subscriptionIdstringrequiredA Chargebee resource identifier.
GET
chargebee_list_invoices
List Chargebee invoices with optional exact-match filters and pagination.

/invoices

10 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records Chargebee should return.
offsetstringoptionalThe next_offset value returned by a previous Chargebee list call.
idstringoptionalA Chargebee resource identifier.
customerIdstringoptionalA Chargebee resource identifier.
subscriptionIdstringoptionalA Chargebee resource identifier.
emailstringoptionalFilter customers whose email exactly matches this value.
statusstringoptionalFilter resources whose status exactly matches this value.
itemIdstringoptionalA Chargebee resource identifier.
sortBystringoptionalThe Chargebee field to sort by.
sortOrderstringoptionalThe sort direction.
GET
chargebee_get_invoice
Retrieve one Chargebee invoice by ID.

/invoices/{invoiceId}

1 parameter
ParamTypeRequiredDescription
invoiceIdstringrequiredA Chargebee resource identifier.
GET
chargebee_list_item_prices
List Chargebee item prices with optional exact-match filters and pagination.

/item_prices

10 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records Chargebee should return.
offsetstringoptionalThe next_offset value returned by a previous Chargebee list call.
idstringoptionalA Chargebee resource identifier.
customerIdstringoptionalA Chargebee resource identifier.
subscriptionIdstringoptionalA Chargebee resource identifier.
emailstringoptionalFilter customers whose email exactly matches this value.
statusstringoptionalFilter resources whose status exactly matches this value.
itemIdstringoptionalA Chargebee resource identifier.
sortBystringoptionalThe Chargebee field to sort by.
sortOrderstringoptionalThe sort direction.
GET
chargebee_get_item_price
Retrieve one Chargebee item price by ID.

/item_prices/{itemPriceId}

1 parameter
ParamTypeRequiredDescription
itemPriceIdstringrequiredA Chargebee resource identifier.