If I want to implement coupons or offers in my app...
# random
e
If I want to implement coupons or offers in my application then how can I implement it? Also these coupons should be available for some limited time or to specific set of users for example if application has standard or pro plan then I want to active these coupons for users who are using pro plan and not standard. Is there any general approach to implement such things? Or is there any library or packages already available for this? Will I have to also consider RBAC in such case?
q
@echoing-computer-87366 assuming you have some kind of storefront or sort of ecommerce site and want to provide discounts and promotions to your users then you can look at using https://www.voucherify.io/
e
Thanks Anil let me check above link
Actually I want to implement it for my saas product