Skip to main content

Hi

I have set up the stripe webhook using the docs and have tried to add test subscriptions on Stripe manually and using Stripe Checkout. The Stripe webhook page shows me that the events did go through as shown here:

 but on Revenue Cat my dashboard is still empty completely. I am not sure where the issue is and would appreciate any help!

If we haven’t received the original receipt token via our REST API, the webhooks won’t work.

 

Checkout this sample app that does what you’re describing:

https://github.com/RevenueCat-Samples/stripe-no-website-example

https://docs.revenuecat.com/docs/stripe-checkout-example


Reply