How can we pause/edit a subscription?
Out of the box, Subscriptions & Recurring Payments doesn't allow editing or pausing/resuming subscriptions. To edit a subscription, it'll be necessary to cancel the current one and place another subscription order with altered details.
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 ...