Maxio integration
Commerce connector, available on Zeplik
Maxio is available as an integration on Zeplik, the AI assistant that works across every model in one chat. Connect Maxio and Zeplik can act on your commerce for you: Subscription billing and revenue management platform (formerly Chargify). You stay in the conversation while the assistant does the work in Maxio directly.
Zeplik exposes 43 read actions and 57 write actions for Maxio. Read actions run automatically; write actions stay off until you enable write access in Settings, so nothing is changed in Maxio without your consent.
Try Maxio on Zeplik
Pick a prompt to open it in the Zeplik app. If you are not signed in yet, your prompt is waiting for you the moment you do.
What Zeplik can do with Maxio
Read from Maxio (43)
Runs automatically in any conversation.
Get mrr
Returns monthly recurring revenue data for the site. Use this action when you need to retrieve the current MRR (Monthly Recurring Revenue) for your Chargify site, including plan and usage breakouts. This is useful for financial reporting, revenue tracking, and understanding overall subscription revenue metrics. Supports retrieving historical MRR data using the at_time parameter. Note: This is a read-only operation that does not modify any data.
List all component price points
Lists all component price points across the site. Use this action when you need to retrieve all price points for billing components, with optional filtering by type, date range, or archived status. Supports pagination via the page and per_page parameters, with a default page size of 25 and maximum of 200. Price points can be filtered by type (catalog, custom, default), date created/updated, specific IDs, or archived status.
List allocations
Lists all allocations for a component on a subscription. Use this action when you need to retrieve the allocation history for a specific component attached to a subscription. This is useful for auditing usage, tracking upgrades/downgrades, or understanding the current state of a component. The response includes details such as quantity allocated, allocation type, timestamps, and remaining unit balance for each allocation record.
List all product price points
Lists all product price points across the site in Maxio Advanced Billing. Use when you need to retrieve all pricing configurations for products, including their billing intervals, trial periods, and initial fees. Supports pagination, sorting, date filtering, and filtering by archived status or product. This action is read-only and returns a paginated list of price points that can be filtered by date ranges, archived status, or specific product.
List chargify js public keys
Lists all public keys for Chargify.js integration in Maxio Advanced Billing. Use when you need to retrieve available public keys for Chargify.js to securely tokenize payment information on the client side. This is a read-only operation that does not modify any data.
List component price points
Lists all price points for a component in Maxio Advanced Billing. Use this action when you need to retrieve all available pricing configurations (such as per-unit, tiered, volume, or stair-step pricing) defined for a component. This is helpful for exploring available price points before creating subscriptions, or for auditing pricing configurations across components.
List components
Returns a list of all components across product families in Chargify. Use this action when you need to retrieve all billing components (metered, quantity-based, on/off, prepaid usage, or event-based) from your Chargify site. Supports pagination and filtering by date, IDs, handles, and archival state. This is a read-only operation that does not modify any data.
List components for product family
Lists all components within a product family in Maxio/Chargify. Use when you need to retrieve all billing components (metered, quantity-based, on/off, prepaid usage, or event-based) associated with a specific product family. Supports pagination with optional page and per_page parameters to handle large numbers of components efficiently.
List consolidated invoice segments
Lists segments of a consolidated invoice. A consolidated invoice combines charges from multiple subscriptions or components into a single invoice. Use when you need to retrieve the individual segments that make up a consolidated invoice, such as to see the breakdown of charges by subscription, component, or product. This is useful for analyzing billing details when customers have multiple subscriptions or services consolidated into one invoice. Note: Not all invoices are consolidated. Only invoices that combine charges from multiple sources will have segments. A regular invoice may have an empty or single-element segments array.
List coupons for product family
Lists all coupons within a product family. Use when you need to retrieve all available coupons for a specific product family, such as for displaying coupon options to customers or auditing coupon usage within a product family.
List coupon subcodes
Lists all subcodes for an existing coupon in Maxio Advanced Billing. Use when you need to retrieve the subcodes associated with a coupon for verification, reporting, or administrative purposes. This is a read-only operation that does not modify any data.
List credit notes
Returns a list of credit notes from Maxio/Chargify. Use this action when you need to retrieve credit notes for a subscription or across your entire site. Credit notes represent credits issued to customers that can be applied to future invoices or refunded. This action supports filtering by subscription, date range, status, and credit note number. Results are paginated using page and per_page parameters. By default, 25 records are returned per page. Note: Credit notes can be in 'open' (available to apply), 'closed' (fully applied), or 'voided' status.
and 31 more.
Act in Maxio (57)
Runs only after you enable write access.
Allocate component
Creates an allocation for a component on a subscription. Use when you need to allocate quantities of a metered, quantity-based, or on/off component to a subscription. This action is commonly used to: - Add a new component to a subscription (initial allocation) - Upgrade or downgrade the quantity of an existing component - Reactivate a previously cancelled component - Record usage for metered components Note: For metered components, allocating a quantity records usage. For on/off components, use quantity=1 to turn it on or quantity=0 to turn it off.
Apply coupons to subscription
Applies one or more coupons to a subscription. Use when you need to apply promotional discounts or coupon codes to an existing subscription. The coupon must be valid and not expired for the operation to succeed.
Archive component
Archives a component to prevent new allocations. Use this action when you need to stop allowing new component allocations while keeping existing allocations active. This action is irreversible — once archived, the component cannot be used for new subscriptions, but existing subscriptions with the component will continue to work.
Archive component price point
Archives a component price point, making it inactive. Use when you need to deactivate a price point that is no longer needed but should not be permanently deleted. Archived price points are no longer available for new subscriptions but remain accessible for historical reference. This action is irreversible — once archived, a price point cannot be directly unarchived to its original state (use the unarchive action instead).
Archive coupon
Archives a coupon to prevent new uses. Use this action when you need to deactivate a coupon while preserving its redemption history. This action is irreversible — once archived, the coupon cannot be used for new subscriptions, but existing redemptions remain valid.
Archive offer
Archives an offer to prevent new subscriptions from using it. Use this action when you need to deactivate an offer while preserving existing subscriptions. This action is irreversible — once archived, the offer cannot be used for new subscriptions, but existing subscriptions using this offer will continue to function normally.
Archive product
Archives a product to prevent new subscriptions from being created. Use this action when you need to stop accepting new subscriptions for a product while keeping existing subscriptions active. This action is irreversible - once archived, the product cannot be unarchived.
Archive product price point
Archives a product price point by its ID. Use when you need to deactivate and archive a price point that is no longer needed. Archived price points cannot be used for new subscriptions but existing subscriptions will continue to use them. This action is irreversible once completed.
Cancel delayed cancellation
Cancels a scheduled cancellation on a subscription. Use when a user wants to undo a previously scheduled cancellation before it takes effect. This action is reversible only before the scheduled cancellation time passes.
Clone component price point
Clones an existing component price point to create a new one. Use this action when you need to duplicate a price point with all its pricing configuration, optionally providing a new name for the cloned version. The cloned price point will inherit all pricing settings from the source price point including the pricing scheme, prices, and currency configuration.
Create bulk product price points
Creates multiple product price points in a single API call. Use when you need to set up several pricing options for a product at once, such as creating tiered pricing plans (e.g., Basic, Standard, Premium) with different prices, intervals, and trial periods. This is more efficient than creating price points individually. The price_points array accepts price point objects with fields like name, price_in_cents, interval_unit, interval_length, trial configuration, and initial fees.
Create component
Creates a new component within a product family in Chargify. Use when you need to add billing components like metered usage, quantity-based pricing, on/off toggles, prepaid usage, or event-based components to a product family. Supports five component types: metered_components (usage-based with unit pricing), quantity_based_components (per-unit pricing), on_off_components (binary add-ons), prepaid_usage_components (credit-based), and event_based_components (event-triggered billing).
and 45 more.
How to connect Maxio
Sign in to Zeplik
Create a free Zeplik account or sign in. New accounts start with free credits, so you can try Maxio immediately.
Connect Maxio
Open Settings and go to Connectors, then press Connect on Maxio. You can also connect from the Maxio page in the app.
Add your Maxio API key
Paste your Maxio API key when prompted. Zeplik stores it securely on the server and starts working with Maxio right away.
Frequently asked questions
- Can I use Maxio with Zeplik?
- Yes. Maxio is available as an integration on Zeplik. Connect it once and the AI assistant can work with your Maxio account inside any conversation.
- What can Zeplik do with Maxio?
- Once connected, Zeplik has 43 read and 57 write actions for Maxio. Subscription billing and revenue management platform (formerly Chargify).
- How do I connect Maxio to Zeplik?
- You connect Maxio by pasting your own Maxio API key in Settings under Connectors. There is no separate app to install.
- Does Zeplik change things in Maxio without asking?
- No. Zeplik reads from Maxio by default. Any action that changes data in Maxio requires write access, which stays off until you enable it in Settings under Connectors.
- How much does connecting Maxio cost?
- Connecting Maxio is free. You only spend Zeplik credits when the assistant runs, and new accounts start with free credits.
Related commerce integrations
- AlpacaStock and crypto trading platform with commission-free trading, real-time market data, and algorithmic trading capabilities
- AltovizAltoviz is a cloud-based billing and invoicing platform for businesses, offering online payments, expense tracking, document management, and.
- ASIN Data APIASIN Data API provides detailed product data from Amazon, including price, rank, reviews, and more, enabling real-time insights for e-commerce.
- BaselinkerBaseLinker is a comprehensive e-commerce management platform that integrates with various marketplaces, online stores, carriers, and accounting.
- BestbuyBest Buy offers a suite of APIs providing access to product, store, category, and recommendation data.
- Better ProposalsBetter Proposals is a web-based proposal creation tool that enables users to send professionally designed proposals.
Connect Maxio to your AI assistant
Every model, one chat. Bring Maxio into Zeplik and let the assistant do the work.