Skip to main content

Hi we recently set up stripe to handle web billing and set up server notifications as described in these docs (https://www.revenuecat.com/docs/web/stripe). However, on every purchase there is a billing issue, but I don’t see one when I look at the stripe webhook logs. Is there information that may be sent from stripe leading to us experiencing these billing errors?

On each purchase the following three webhooks are fired:

  • customer.subscription.created

  • customer.subscription.updated

  • invoice.updated

Hi ​@jake lynch - it might be worth emailing us so we can dig into your logs, but for now, are you running this integration in Stripe Test Mode or in Live Mode? Also, are you receiving checkout.session.completed as well?


Hi ​@jeffrey_bunn

I have an ongoing support ticket as well - we have are sending these events in live mode. It seems to be that our invoices are first created as incomplete and then charged. Our developer is looking to see if we can skip the creation of the incomplete stripe invoice. 

Best, 

Jake


Reply