Backdating Issue Date on Ad-hoc Invoices

We understand that charges can occur outside of a normal billing cycle and therefore provide the functionality for you to send ad-hoc or one-time invoices. Many customers utilize ad-hoc invoices to sell services or items on a non-recurring basis to their customer base. We are excited to announce that our Product Team has made some exciting developments to these types of invoices! You can now backdate ad-hoc invoices using both the UI and API. 

If performing this in the UI, you go under Subscriptions > Invoices > Create an Invoice. There is a new input field for Issue Date in the top right of the ad-hoc invoice within the UI. The issue date will be set by default to the current date. In order to back date the issue date, you will use the date selector functionality by clicking into the Issue Date input field.

Alternatively, you can also backdate the issue date via the API with the "Create an Invoice Endpoint". If no issue date parameter is passed, then the issue date will default to the current date. If you desire to back date, you can simply pass an issue_date parameter of any date in the past.

The primary use case for backdating ad-hoc invoices is when you experience a delay in issuing an ad-hoc invoice but would still like for the invoice to be due at the same time it would have been had there been no delay. As an example, one-off usage is incurred but not charged until 7 days later and you want the due_date to reflect your standard net terms of 15 days. In this case, you could back date the ad-hoc invoice to the day the usage was incurred and set the due_date to Day 15.

For more information on backdating the issue date on ad-hoc invoices, see our documentation here>

Navigation Bar Enhancements

Our Product Design Team has been hard at work after receiving feedback from our customers! We are excited to announce some enhancements to the Chargify UI:
  • Search is now front and center and easy to get to
  • Quick actions are clearer and now under the “Create” button
  • Site switcher now shows subdomain alongside the site mode
These enhancements were made to improve the navigation in-app to make things easier to find. If you would like to provide any feedback, please reach out to your dedicated Customer Success Manager or support@chargify.com.

Finance Report Enhancement

Tracking your monthly performance in terms of total sales provides you and your team a pulse on your revenue flow that can help identify growth opportunities and trends. Chargify's Finance Report provides monthly totals of your Total Billed, Payments, and Expected Payments. It breaks down Total Billed into Sales, Discounts, Taxes, and Credits.
 
To more closely align with the data presented, we are excited to announce a modification to the report terminology. In both the UI and exports, the Revenue fields have been updated to Total Billed less Tax as the report measures sales performance based on billed amount.

For more information on the Finance Report, see our documentation here


Improvements to Product Catalog Navigation

Our Product Team has made some exciting new changes to Chargify's User Interface (UI) after collecting some feedback from our customer base! Although these changes are minor, the enhancements we made to the Product Catalog layout will look different than what you have been used to. 

We have now added pagination to the top of the Product Catalog to make it easier for you to navigate your product catalog across multiple pages, allowing you to scroll to the right page in your catalog. We have also added a 'Back' link to the Product, Component, and Coupon Details views such that after working with a particular product item, you are taken back to the same page in the catalog. 

This will make it easier to make several edits to products, components, and coupons in the same product family. For more information on managing products in Chargify, see our documentation here>

Importing of Cancelled Subscriptions

Having the continuity with your historical data for your customers in a single system makes your life easier by providing "the big picture" on your subscriber base. Because of this, we are excited to announce that we have hit another milestone on our product roadmap to import your historical data into Chargify. 

You now have the ability to import cancelled subscriptions. Importing cancelled subscriptions can be done either through the UI with a CSV or via the API. Once imported, you will be able to see all of the historic cancelled subscriptions on the Subscriptions Page (Billing > Subscriptions)

For more information on the minimum requirements for creating cancelled subscriptions, see our documentation here>

For our API documentation on importing cancelled subscription, please click here>

Happy 1 Year Anniversary! Events-Based Billing at Chargify

It’s time to celebrate! Events-Based Billing was launched one year ago, and we are thrilled to see the value it is bringing many of our customers. Events-Based Billing is the future of usage-based and metered billing, allowing for the most complex SaaS billing models to take form.Since its initial launch, we have received lots of feedback and have made enhancements:
  • Introduced Multi-Attribute Rating
  • Invoice Template Updates 
Multi-Attribute Rating allows you to dynamically create segments from your events and define targeted pricing for each segment. This  enables increased price flexibility and invoice clarity, which in turn, prevents catalog bloat.

The invoice template was updated to clearly outline how your customers are charged for the value they receive. A new “Usage Details” section is included at the bottom of the invoice detailing both the amount consumed and unique price for each applied rate. 

With Events-Based Billing, your customers see exactly what they’re being billed for, even in the most complex pricing scenarios. Your applications’ usage data is ingested by Chargify in real time, allowing you to offer the ultimate customer-centric billing model. To learn how to start using Events-Based Billing today, please contact Chargify Support or your Customer Success Manager. 

For more information on Events-Based Billing, see our documentation here>

New Way to Stream Data into Chargify for Events-Based Billing

Event-driven architectures are crucial for enabling real-time, personalized product experiences and we believe they are the future of modern B2B SaaS applications. For organizations that are already events-based, we’ve introduced a simpler method to send data to Chargify via our Kafka Inbound Cluster. From there, you can use this data to build complex, value-based pricing models which charge your customers for exactly what they use—linking the value you provide to the invoice they receive.

For more information on streaming data from Kafka-based event pipelines to Chargify for Events-Based Billing, see our documentation here>

Enhanced UI for Customer and Organization Field Displays

Having options for detailing your customer records enables you to align the information in Chargify with how you manage your business. We know from our own customers, that some manage their business relationships on an individual contact level, while others manage via the organization level. 

Chargify now differentiates your customers as an organization or an individual contact. If you have populated the organization field for any customer, this information is now prominently displayed in many locations, including: 
  • Subscription Index
  • Subscription Record
  • Customer Index
  • Customer Record
If you do not use the Organization field in Chargify, the contact on the customer record will continue to be displayed. For more information on these changes, see our documentation here>

Multi-Attribute Pricing on Events-Based Billing

Charging based on value is something we believe strongly in and are excited to announce that you can get even more granular with how you price and bill based on events. Previously, it was possible to bill on events and then vary the price based on 2 additional pieces of data (or attributes). This has now been updated to 4. 

For example, if you were billing based on messages sent through your platform, you could track "origin", "destination", "message type", and "data size" in addition to configuring different rates for every permutation of those attributes.  

Try Events-Based Billing today and see for yourself the sophisticated granularity you can achieve with it. For more information on Events-Based Billing, see our documentation here>

Create One-Off Invoice via the API

We are excited to continually provide you new API endpoints that surface our core functionality outside of our UI, allowing for full flexibility of how you bill your customers. Our latest API endpoint is creating ad-hoc invoices for one-off services or products, separate from your recurring charges. With these one-off invoices you can directly feed in everything that will be charged including the price, description and item being sold and you can set these invoices to be paid either by remittance or automatic payment collections.  They can have multiple line items, a custom memo, and all other basic attributes you get when you create the one-time invoice in the UI.

For more information on how to create a one-off invoice via the API, see our documentation here>

Show Previous EntriesShow Previous Entries