Involuntary Churn analysis
Released involuntary churn analysis as part of Customer cohort report. This report is currently available to all pro merchants.
What's New at Recharge?
Released involuntary churn analysis as part of Customer cohort report. This report is currently available to all pro merchants.
Discounts
New discount setting to limit to "First-time subscribers only"
Performance enhancements
Implemented advanced auto-scaling to handle more processing and reduce processing times during periods of high volume
Subscription Bulk API
New API endpoints to create, update, and delete several subscriptions with a single request
POST /addresses/<address_id>/subscriptions-bulk
PUT /addresses/<address_id>/subscriptions-bulk
DELETE /addresses/<address_id>/subscriptions-bulk
Webhooks
New charge/upcoming webhook
Report exports
Merchant/Store Owner Portal
Apple Pay is now available to customers located in the following countries:
Australia
Canada
United Kingdom
Ability to add a reCAPTCHA checkbox to the ReCharge checkout to protect against bot activity on checkout - Support documentation
Subscriptions API
cancellation_reason_comments
, cancellation_reason
, and cancelled_at
are set to null when the subscription status is changed to "ACTIVE". The following endpoints are updated:
Apple Pay is now available to customers located in the following countries:
Austria
Belgium
Brazil
Denmark
Finland
France
Germany
Ireland
Israel
Netherlands
New Zealand
Norway
Poland
Singapore
Slovenia
South Africa
Sweden
Switzerland
United States
Added ability to display white Apple Pay button on checkout using CSS. In the CSS editor of the Checkout settings page include the following:
.apple-pay-button {
background-color: white !important;
}
Ability to download themes
Ability to import/upload themes with zip file
Ability to add a cart attribute (or several) using a URL parameter(s) on the cart page
/cart?attributes[where-from]=came-from-newsletter-2013-02-14&attributes[some-other-key]=some-value
Ability to add a cart note using a URL parameter on the cart page
/cart?note=came-from-newsletter-2013-02-14
Ability to add a cart attribute (or several) using input fields on the cart page
subscription-cart-footer.liquid
file is required to use this feature. If you have an earlier version, please contact the ReCharge Support team to update this file to the latest version. Link to Knowledge Base article
Ability to add UTM parameters from Shopify cookie to the cart attributes and following ReCharge records:
subscription-cart-footer.liquid
file is required to use this feature. If you have an earlier version please contact the ReCharge Support team to update this file to the latest version.Link to Knowledge Base article
Ability to access cart attributes and cart notes on all pages of the checkout using the cart_json
object
Link to Knowledge Base article
APIutm_params
to the response objectutm_params
to the response objectutm_params
to the response objectProducts API
Fixed bug that the order_interval_unit
was being retrieved from the ruleset instead of the product. It is now fixed to retrieve the order_interval_unit
from the product record.
Checkout API
Subscriptions API
Fixed bug that caused charge regeneration to be delayed when cancelling subscriptions via the POST /subscriptions/<id>/cancel
endpoint. Now charge regeneration is triggered immediately when cancelling a subscription unless the commit_update
is set to false.
shipping_countries
response to return all countries instead of being defaulted to a limit of 50 countries and paginatedFixed a bug that was setting the expire_after_specific_number_of_charges
field to null on new subscriptions that were added through the Theme Engine customer portal when the default value for the product was an integer (e.g. 6, 12). Now new subscriptions will inherit the default value from the product record. To implement this functionality you'll need to generate a new theme or update your existing subscription_new.html
file (see image below for updates).
{% if subscription_defaults.expire_after_specific_number_of_charges %}
{% endif %}
Added ability to delay a subscription as a retention strategy when a customer is cancelling their subscription. To implement this functionality you'll need to generate a new theme or update your existing subscription_retention_strategy.html
file (see image below for updates).
Released the new version of enhanced analytics to select test merchants.
Checkout
Merchant Portal
Customer Portal
3D Secure 2 & European SCA regulation
Checkout API
first_name
for billing and shipping address is now optional (not required)Address API
first_name
is now optional (not required)Customer API
cardholder_name
field has been added to the payment_sources responsePayment sources
cardholder_name
field has been added to the payment_sources responseTemplate Update - products_search.html
Removed from products_search.html template
{% if 'preview_theme' | url_param %}
{% set search_form_action_url = search_form_action_url + '?preview_theme=' + 'preview_theme' | url_param %}
{% endif %}
Added to products_search.html template
{% if 'preview_theme' | url_param %}
{% endif %}
Template Update - products_search_swap.html
Removed from products_search_swap.html template
{% if 'preview_theme' | url_param %}
{% set search_form_action_url = search_form_action_url + '?preview_theme=' + 'preview_theme' | url_param %}
{% endif %}
Added to products_search_swap.html template
{% if 'preview_theme' | url_param %}
{% endif %}
APRU (3rd party app) beta and pro flag has been removed and is now generally available