Hi, I’ve been trying to wrap my head around setting up web funnels through stripe and revenue cat and grant entitlements, the flow goes as follows
- A user purchases a subscription from our web portal using stripe
- Our backend stores a special code for them to redeem on the native app
- The user downloads the native app and enters the code
- (Heres the issue)Our backend then recieve the appUserId from the native app and grants the entitlment to this user
- We already connect stripe and have place the product under the correct entitlement
However, it doesn’t seem like there is a known way to grant entitlements to users on v2, and I see that there is a promotional way for v1 (but that doesn’t seem like the best way)
Would love to know the best opinionated way to handle our web funnel flow
Thanks!
Cody