How can we pause/edit a subscription?

How can we pause/edit a subscription?

Since v. 2.3.0 of the module, customers can update their shipping information, adjust the delivery plan, and pause their subscriptions using the 'Cash on Delivery' payment method. You can find the 'amasty/module-recurring-payments-subscription-functionality' package for installing in composer suggest section. The feature is available as part of an active product or support subscription. Please note that this functionality is temporarily unsupported on the Hyva Theme. 

In order to enable Subscription editing, kindly navigate to Amasty > Subscriptions & Recurring Payments > Configuration > General


Info
Please note that the settings will only work for subscriptions with the Cash on Delivery payment method.

After enabling the settings, it will be possible to view subscription status and details in the My Subscriptions tab of the customer's account by clicking View in Actions column: 



For subscriptions with the Cash on Delivery payment method, buttons for editing the subscription status as well as adjusting shipping information and the delivery plan would be available:





      • Related Articles

      • What triggers the recurring payments?

        According to the extension's logic, a new order for a subscription product is created at the beginning of each billing cycle. The recurring payments for subscription orders can be triggered in one of the following ways, depending on the payment ...
      • Subscriptions & Recurring Payments API

        1. Amasty\RecurringPayments\Api\EstimateRecurringPaymentInterface POST /V1/amasty-recurring-payments/estimate-by-shipping-information, method="POST" - estimate the recurring payment by cart ID.
      • What types of products does the Subscriptions & Recurring Payments extension support?

        At the moment, the Subscriptions & Recurring Payments module supports the following types of products: Simple Configurable Virtual Bundle Downloadable Subscriptions can't be placed for the Grouped type products out of the box.
      • Amazon Payment for Subscriptions & Recurring Payments API

        1. Amasty\RecurringAmazon\Api\BillingAgreementManagementInterface POST V1/amazon-recurring/save, method="validateAndSaveBillingAgreement" - validate and save billing agreement; POST /V1/amazon-recurring/save-and-place, ...
      • Customer placed a subscription. How do I track it further?

        Once customers create their subscriptions, they can be checked in the following places: 1. On the storefront inside the customer account. If you're logging in as a customer or running tests, you can go to the My Subscriptions tab in customer account ...