Subscriptions & Recurring Payments API
We have created a
public API collection for Subscriptions & Recurring Payments module with all available queries and sample data, you can copy it to run local tests in your Magento environment. More details about using public collections can be found in the following
FAQ post.
1. Amasty\RecurringPayments\Api\EstimateRecurringPaymentInterface
- POST /V1/amasty-recurring-payments/estimate-by-shipping-information, method="POST" - estimate the recurring payment by cart ID.
Related Articles
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 ...
What Amasty extensions support API?
Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
Can I test how your modules work with API?
Our team have created a public Postman workspace where we provide access to API collections from our modules. You can copy these API collections to test them in your own Magento installation together with our modules, and some collections can be ...
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.