1. netnog
  2. RO Payments
  3. Monday, 29 July 2024
  4.  Subscribe via email
Hello Roland,

If a subscription is taken out for a recurring annual payment and the prices of the product that was taken out go up. Can I then adjust the amount of the subscription for the next payment? Can I simply adjust the amount of the subscription in RO Payments and synchronize it with Mollie?
Accepted Answer Pending Moderation
Hello,

That is a good question, no idea if that is possible. Never tried something like that. The synchronize button does not update individual subscriptions, it only reads the subscriptions. I will have to look into this what is possible with Mollie.

On one hand I can think that this is not possible because the user mandated the old price and not the new price. On the other hand, I see automated payments change as well in real life.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO Payments
  3. # 1
Accepted Answer Pending Moderation
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:

  1. X1: The customer number can be found in the list of customers and starts with cst_
  2. X2: The subscription number can be found in the list of subscriptions and starts with sub_
  3. X3: The Mollie token that you can find in the Profile in RO Payments
  4. 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
  1. more than a month ago
  2. RO Payments
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!