Hello,
So I have tested this and it is possible to change a subscription, not only price but also duration, interval, times etc. However as you have seen this is not implemented in RO Payments. The only way would be to do this now is via the terminal/command line. You would run this command:
curl -X PATCH https://api.mollie.com/v2/customers/cst_X1/subscriptions/sub_X2 \
-H "Authorization: Bearer X3" \
-d "amount[currency]=EUR" \
-d "amount[value]=12.34"
Here the explanations of the X values:
- X1: The customer number can be found in the list of customers and starts with cst_
- X2: The subscription number can be found in the list of subscriptions and starts with sub_
- X3: The Mollie token that you can find in the Profile in RO Payments
- X5: The new amount as 12.34 (Notice: there is a period and not a comma as separator)
After you filled all the X values you can copy and paste it on the terminal/command line and you should see the subscription as a response. After that you can click on Sync in the subscription list and you will get the updated subscriptions.
This is not a core feature in RO Payments and will not be available any time soon but I will put it on the roadmap.
Hopefully this helps you.
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the
Joomla! Extension Directory