Suppose user subscribed to Api1 with Silver tire. And now user want to upgrade same subscription to Gold tier. How user will do it in wso2 store. Is there any web service available to upgrade this plan/tier.
Asked
Active
Viewed 166 times
1 Answers
0
You can't upgrade the subscription directly. Instead, you can remove current subscription and subscribe again with the new tier.

Bee
- 12,251
- 11
- 46
- 73
-
This is worst method to do it... Is there any other method to do this? Because its equally important to update same subscription with other tier instead creating new subscription. I will need same subscription id at end for new subscription. – sachin dhus Nov 14 '16 at 06:57
-
No, this is the only way, unfortunately. – Bee Nov 14 '16 at 07:43
-
Thanks @Bhathiya for your reply. I am trying to change tireid in subscription table from my custom code. Will it work properly? Is there any other table where it stores subscription in that wso2 API manager or analytics server directly using other than subscription table. – sachin dhus Nov 17 '16 at 15:14
-
That's where subscription data is stored. So it should work. – Bee Nov 17 '16 at 16:38