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.
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 payment methods can I use in my store to offer subscriptions to my customers?
By default, the Subscriptions & Recurring Payments extension is able to create subscriptions using the following payment gateways: Cash on Delivery (default Magento 2 offline payment method); Stripe (our Stripe by Amasty payment extension is included ...
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, ...
I added a subscription product to the cart, but there are no payment methods, what is wrong?
You might experience the situation when a subscription product is added to the cart, but orders cannot be placed, as there are no payment methods available: This means that at the moment there are no payment gateways configured that accept ...