Skip to main content

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

  1. A user purchases a subscription from our web portal using stripe
  2. Our backend stores a special code for them to redeem on the native app
  3. The user downloads the native app and enters the code
  4. (Heres the issue)Our backend then recieve the appUserId from the native app and grants the entitlment to this user
    1. 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

​​​​​​​

An update for anyone who was curious. Since I did not have a log in on my web funnel its best you save the subscription token in your backend. By having this you can utilize revenue cats v1 /receipts endpoint when the user is redeeming their purchase on your native app


Hey @cody-choi ! 

 

Correct, I was going to suggest you jut use our V1 endpoint to grant the entitlements in this case. Another thing that I would suggest is checking out our Stripe integration, with our Stripe integration you can send Stripe receipts via our API and successfully link the entitlements based on the purchase to an app user ID.