Question

My subscriptions in Stripe do not appear on the RC dashboard with webhook setup

  • 14 June 2022
  • 1 reply
  • 60 views

Badge +1

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!


1 reply

Userlevel 3
Badge +5

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