Skip to content

Chargebee#

Chargebee is a billing platform for subscription based SaaS and eCommerce businesses. Chargebee integrates with payment gateways to let you automate recurring payment collection along with invoicing, taxes, accounting, email notifications, SaaS Metrics and customer management.

Credentials

You can find authentication information for this node here.

Basic Operations#

  • Customer
    • Create a customer
  • Invoice
    • Return the invoices
    • Get URL for the invoice PDF
  • Subscription
    • Cancel a subscription
    • Delete a subscription

Example Usage#

This workflow allows you to create a new customer in Chargebee. You can also find the workflow on the website. This example usage workflow would use the following two nodes. - Start - Chargebee

The final workflow should look like the following image.

A workflow with the Chargebee node

1. Start node#

The start node exists by default when you create a new workflow.

2. Chargebee node#

  1. First of all, you'll have to enter credentials for the Chargebee node. You can find out how to do that here.
  2. Select the 'Customer' option from the Resource dropdown list.
  3. Under the Properties section, click on the Add Property button and select First Name.
  4. Enter the first name of the contact in the First Name field.
  5. Click on Add Property again and select Last Name.
  6. Enter the last name of the contact in the Last name field.
  7. Click on Execute Node to run the workflow.