Endpoint Overview

EndpointDescription
Create a Data SourceCreates a data_source object for importing data into ChartMogul.
Retrieve a Data SourceRetrieves a data_source object from your ChartMogul account.
Delete a Data SourceDeletes the specified data_source object and all its associated data.
List Data SourcesLists all data_source objects in your ChartMogul account.
Create a CustomerCreates a customer object in ChartMogul under the specified data_source.
Retrieve a CustomerRetrieves a customer object from your ChartMogul account.
Update a CustomerUpdates certain modifiable attributes of a customer object in your ChartMogul account.
Delete a CustomerDeletes the specified customer object that was created using the Import API, and all its associated data.
List CustomersLists all customer objects in your ChartMogul account.
Create a PlanCreates a plan object in ChartMogul under the specified data_source.
Retrieve a PlanRetrieves a plan object from your ChartMogul account.
Update a PlanUpdates a plan object in your ChartMogul account.
Delete a PlanDeletes a plan object from your ChartMogul account.
List PlansReturns a list of plan objects in your ChartMogul account.
Create a Plan GroupCreates a plan_group object in ChartMogul.
Retrieve a Plan GroupRetrieves a plan_group object from your ChartMogul account.
Update a Plan GroupUpdates a plan_group object in your ChartMogul account.
Delete a Plan GroupDeletes a plan_group object from your ChartMogul account.
List Plan GroupsReturns a list of plan_group objects in your ChartMogul account.
List Plans in a Plan GroupReturns a list of plan objects in a specific plan_group in your ChartMogul account.
Import InvoicesCreates invoices for a given API customer. ChartMogul auto-generates subscription objects from these invoices.
Retrieve an InvoiceRetrieves an invoice object from your ChartMogul account.
Delete an InvoiceDeletes the specified invoice object and all its associated data.
List Customer's InvoicesReturns a list of invoice objects created using the API for a given customer.
List InvoicesReturns a list of invoice objects created using the API in your ChartMogul account.
Import an Invoice TransactionCreates a transaction object for an invoice imported using the Import API.
List Customer's SubscriptionsReturns a list of subscription objects for a given customer. Subscriptions are auto-generated from invoice objects created using the Import API.
Cancel a Customer's SubscriptionCancels a subscription that was generated from an imported invoice.