Recharge Payments Changelog & Product Updates logo

Changelog & Product Updates

Back to Homepage Subscribe to Updates

Labels

  • All Posts
  • New
  • Feature
  • Enhancement
  • Fix
  • Analytics
  • API
  • Integrations
  • Bundles
  • Theme Engine
  • BigCommerce
  • RechargeSMS

Jump to Month

  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • August 2020
  • July 2020
  • June 2020
  • April 2020
  • March 2020
  • February 2020
  • December 2019
  • November 2019
  • October 2019
Changelog byAnnounceKit

Create yours, for free!

NewAPI
a month ago

Announcing Javascript SDK for storefront customizations!

All merchants on Pro / Custom pricing plans now have access to two new powerful tools that dramatically accelerate storefront (subscriber-facing) customizations. For more info, read the blog post from our product team here.

Storefront API Access

Leverage the same REST API, but with additional capabilities like: 

  • Secured API access directly within the browser with built-in authentication
  • Automatic filtering of data/functionality based on the needs of the use case
  • Cost savings by eliminating proxy servers and interstitial layers and much more!

Create a Storefront API token today! 

Javascript SDK for Storefront Customizations

Let your code write itself with capabilities like: 

  • Fully typed SDK to enable auto-complete and improved debugging
  • Pre-made functions for common tasks
  • Platform independent SDK that works with Shopify storefront, Hydrogen Apps, React apps, and a host of other technology frameworks.

How does it work? Visit our dedicated SDK documentation here. 

API
5 months ago

Sync canceled subscriptions with current offerings

You will now be able to use the Recharge API, more specifically the “update a subscription” endpoint, to make any changes to a canceled subscription. Moving forward, if your customers choose to reactivate their canceled subscriptions at any point, those subscriptions will continue to align with your current offerings, saving you time from manually making updates. This can be done using the new bulk updater and also works on the bulk update resource and in asynchronous batches. This also now works when bulk managing subscriptions in the Recharge admin UI.

How does it work? Learn more here.

NewAPITheme Engine
6 months ago

Use Theme Engine API endpoints to skip and unskip multiple subscriptions

When customers choose to skip or unskip, all operations will perform simultaneously, which can increase the speed of operations by 5x. Customers will see a decrease in waiting time once they choose to skip or unskip, and those customers that average more than one subscription or have onetimes will see an improvement.

How does it work? Learn more here.

EnhancementAPI
6 months ago

Improvements to Customer Delivery Schedules API

With this improved endpoint, we've added functionality and information including: 

  • Adding and removing variants on queued prepaid orders now correctly reflect on the delivery schedule
  • Payment methods are now visible on the order within Delivery Schedules
  • Prepaid orders are priced at zero, but we have maintained visibility for the original line item price

How does it work? Learn more here.

NewAPIBundles
6 months ago

Use Theme Engine to create a customized bundling experience

If you are on the Recharge Pro or Enterprise plan you can now read and update bundle-related data with new bundle selection endpoints. 

How does it work? Learn more here.

NewAPI
8 months ago

Create, update or delete multiple product plans in one API call

Create, update, or delete multiple plans for a specific product in one API call. You can also leverage the async batch types to make updates to plans on multiple products at once.

How does it work? Learn more here.

NewAPI
8 months ago

Consolidate subscriptions with separate addresses into a single target address

With this endpoint, subscriptions under separate addresses can now be merged onto a single target address in one API call making it 4X more efficient. You can also choose to keep or delete the source addresses. 

How does it work? Learn more here. 

NewEnhancementAPI
9 months ago

Create custom shipping rates

With v2021-11 of the Recharge Checkouts API resource you can now create custom shipping rates. This makes it easy to: 

  • build custom one-page checkout flows by submitting all the required checkout data in a single request
  • stack free shipping with another discount by applying free shipping as a custom rate
  • increase checkout conversions through faster loading times by incorporating custom shipping rates into their checkout flow

How does it work? Learn more here.

NewAPI
11 months ago

'Collections' API resource is now available!

All merchants using v2021-11 of the Recharge API can now access the 'Collections' endpoint resource to manage their collections, a powerful way to group products. 

Using this new API resource, merchants can create/edit/delete collections with simple API calls for actions such as: 

  • Create, update, and delete a collection
  • List collections
  • List products in a collection
  • Bulk add products to a collection (up to 250 products)
  • Bulk Delete products from a collection

Additionally, merchants using the Recharge Theme Engine can also personalize subscriber experience in the customer portal by only presenting collections that are best suited to a customer's existing subscription products.   

To learn more, please visit our API reference docs.

EnhancementAPI
11 months ago

Improved handling of failing webhooks!

All merchants using Recharge webhooks will now benefit from a webhook management update that reflects industry best practices on the identification and handling of webhooks that are failing. 

The update includes several enhancements such as: 

  • removal of webhook after 20 failed retries to prevent inundating your webhook endpoint (since no messages will be received from Recharge for a failing webhook)
  • system-generated email alerts when failed delivery attempts are detected and/or the webhook is removed after several failed delivery attempts.

To learn more on how to address failing webhooks, please review our support documentation.