Reputation: 13588
I have a custom subscription plan in my application. So, for the first time user has to pay 100% money. From the second time, user will have some discount. It seems there is a no easy way to implement it.
My approach is:
Is there a better way to give discounts?
Upvotes: 5
Views: 652
Reputation: 86
As of now it is not possible to change the price of a subscription. It is possible to create a new, cheaper subscription plan but changing the price of an existing subscription is not possible.
You could of course charge differently if a user subscribes for a year instead of a month but i'm not sure if that fits your needs.
Another option would be to offer a "downgrade" after a month, which is kinda like your solution but sadly there is not official way of doing it.
Upvotes: 1