Integrate Chargify
Provide your users with in-app integration with Chargify
Chargify
Chargify is an on-line application that adapts to every recurring billing scenario.
Chargify Connector Methods
Feature | Description | Type |
---|---|---|
List Customers | Gets a list of all customers. | Action |
Get Customer | Gets details of a specific customer. | Action |
Update Customer | Makes updates to a customer record. | Action |
Delete Customer | Deletes a customer. | Action |
Get Updated Customers | Gets a list of customers updated since last run. | Action |
Get New Customers | Gets a list of customers created since last run. | Action |
Find Customers | Gets a list of customers matching a value. This can be a complete or partial email address, an ID, etc. | Action |
Check Customer Exists | Checks customer exists and returns the first customer record found. | Action |
Get Customer by Reference | Lookup Customer by Reference. | Action |
Create Customer | Creates a new customer record. | Action |
Feature | Description | Type |
---|---|---|
Update Product Family | Update a product family. | Action |
List Product Families | Gets a list of all product families. | Action |
Get Product Family | Gets details of a specific product family. | Action |
Create Product Family | Creates a new product family. | Action |
Feature | Description | Type |
---|---|---|
Delete Product Family | Deletes a product family. | Action |
Create Product | Creates a new product record. | Action |
Update Product | Updates a product. | Action |
Delete Product | Deletes a product. | Action |
Get Product By Handle | Gets a product by handle. | Action |
Get Product | Gets the details of a specified product. | Action |
List Products in Family | Gets a list of all products within a product family. | Action |
List Products | Gets a list of all products. | Action |
List New Products | Gets a list of all products created after the last run time. | Action |
Identify Product | Returns first product found when given a collection of handles. | Action |
Feature | Description | Type |
---|---|---|
Get Subscription | Gets details of a specific subscription. | Action |
Delete Subscription | Delete a single subscription. | Action |
Update Subscription | Update a single subscription. | Action |
List New Subscriptions By Customer | Gets a list of customers subscriptions created since last run. | Action |
List Updated Subscriptions By Customer | Gets a list of all the subscriptions for a customer updated since last run. | Action |
List Subscriptions By Customer | Gets a list of all the subscriptions for a customer. | Action |
Create Usage For Subscription | Allows you to record an instance of metered usage for a subscription. The quantity from usage for each component is accumulated to the unit_balance on the component line item for the subscription. | Action |
List Subscriptions Components | Gets a list of all components for a susbscription. | Action |
Update Subscriptions Billing Date | Update a single subscriptions next billing date. | Action |
Get Metadata For Subscription | Gets details of a specific subscriptions custom field entries. | Action |
List New Subscriptions | Gets a list of all the subscriptions. | Action |
List Updated Subscriptions | Gets a list of all the subscriptions. | Action |
List Subscriptions | Gets a list of all the subscriptions. | Action |
Get Subscription Component | Gets details of a subscription's specific component. | Action |
Get Subscription by Reference | Lookup Subscription by Reference. | Action |
Get Subscription Component Allocations | Gets details of a subscription's specific components allocations. | Action |
Create Subscription | Create a subscription. Depending on the fields set will determine the type of subscription created, see https://reference.chargify.com/v1/subscriptions/subscription-request-examples | Action |
Feature | Description | Type |
---|---|---|
List Components By Product Family | Gets a list of all components for a product family. | Action |
Find Component By Handle | This request will return information regarding a component having the handle you provide. You can identify your components with a handle so you don't have to save or reference the IDs generated. | Action |
Create Allocation For On/Off Component | This request will return information regarding a component having the handle you provide. You can identify your components with a handle so you don't have to save or reference the IDs generated. | Action |
Update Component Quantity | Creates a new allocation for the subscription, setting a new currently allocated quantity and recording a memo. | Action |
Get New Components By Product Family | Gets a list of all components for a product family created after the last run time. | Action |
Create Component (Metered) | Create a metered component within a product family. | Action |
Create Component (Quantity Based) | Create a quantity based component within a product family. | Action |
Create Component (On Off) | Create an "on off" component within a product family. | Action |
Create Price Point | Create a new price point. | Action |
Create Multiple Allocations | Creates multiple allocations, setting the current allocated quantity for each of the components and recording a memo. | Action |
Identify Components | Returns only components when given a collection of handles. | Action |
Feature | Description | Type |
---|---|---|
Get Product Price Points | Gets the price points of a given product. | Action |
Update Product Price Point | Update the price points of a given product. | Action |
Create Product Price Point | Create a price point for a given product. | Action |
Create Currency Prices (Product) | Create currency prices for a given currency that has been defined on the site level in your settings. | Action |
Update Currency Prices (Product) | Update the prices of currency prices for a given currency that exists on the product price point. | Action |
Feature | Description | Type |
---|---|---|
Get Invoice | Get a single invoice record. | Action |
Create Invoice Payment | Record an external payment against a specific invoice. | Action |
List Invoices | Gets a list of all invoices. | Action |
Get New Invoices | Gets a list of all invoices created after the last run time. | Action |
List Invoice Payments | Gets a list of all payments for an invoice. | Action |
Feature | Description | Type |
---|---|---|
List Customers Custom Fields | Gets details of a specific customers custom field entries. | Action |
Feature | Description | Type |
---|---|---|
List Subscriptions Events | Gets a list of events for a subscription. | Action |
List Site Events | Gets a list of events for a site. Use filters to narrow down results. You may use the key filter to narrow down results.. | Action |
List New Site Events | Gets a list of events for a site since last run. Use filters to narrow down results. You may use the key filter to narrow down results.. | Action |
List New Subscriptions Events | Gets a list of new events for a subscription since last run | Action |
Get Count of Site Events | Gets a count of the entire events for a given site. | Action |
Feature | Description | Type |
---|---|---|
Get Management Link | Read a management link. | Action |
Feature | Description | Type |
---|---|---|
Get Component Price Points | Gets the price points of a given component. | Action |
Create Currency Prices (Component) | Create currency prices for a given currency that has been defined on the site level in your settings. | Action |
Update Currency Prices (Component) | Update currency prices for a given currency that has been defined on the site level in your settings. | Action |
Update Price Point | Updates an existing price point's prices. | Action |
Get Component Price Point Currency Prices | Gets the currency prices for a price point of a given component. | Action |
Feature | Description | Type |
---|---|---|
Create Prepaid Usage Component | Creates a prepaid usage component under the specified product family. | Action |
Create Prepaid Usage Price Point | Creates a price point for a prepaid usage component. | Action |
Create Prepaid Usage Allocation | Creates a prepaid usage allocation. | Action |
Delete Prepaid Usage Allocation | Deletes a prepaid usage allocation. | Action |
Create Prepaid Usage | Creates an instance of prepaid usage for a subscription. | Action |
List Prepaid Usage | Retrieves a list of the usages associated with a subscription for a particular prepaid usage component. | Action |
Update Allocation's Expiration Date | Updates a prepaid usage allocation's expiration date. | Action |
Feature | Description | Type |
---|---|---|
Update Custom Field | Update a specific subscription or customer custom field. | Action |
Feature | Description | Type |
---|---|---|
Subscription Changed WebHook | Subscriptions Event received when subscribed to in chargify. | Webhook |
Customer Created | Customer Created Event received when subscribed to in chargify. | Webhook |
Signup Success WebHook | Signup Success Event received when subscribed to in chargify. | Webhook |
Statement Settled Webhook | Event received when Statement Settled in Chargify. | Webhook |
Looking for extra functionality in this connector? We build our connectors to our customer requirements, so if you need an extension get in touch.
With Cyclr you also get
300+ APIs
Our Connector Layer enables you to unlock integrations with our vast library of SaaS Connectors -- instantly.
Always up-to-date
Our API connectors are tested automatically every day, we are constantly updating & adding new ones.
No code
Use our drag and drop builder to create embeddable template integrations for your users with our Orchestration Layer.
Native integration
Your users access all integrations right inside your app, no more plugins or third-party apps, with our Presentation Layer.