Question

Trouble creating Stripe product

  • 5 March 2022
  • 1 reply
  • 23 views

Badge

I am attempting to add a Stripe product to my project. The documentation specifies that you associate the stripe product id with the Stripe product in your project, but the actual interface seems to be looking for a Stripe Webhook Secret. Is there documentation on the latter?

 


1 reply

Userlevel 5
Badge +10

Hi @V1 Sports 

The Stripe product is what you’ll find directly in the Stripe dashboard when you create a product.

For reference:

The Stripe Webhook Secret is for setting up Stripe Server Notifications. Docs for reference: https://docs.revenuecat.com/docs/stripe-server-notifications The Webhook Secret will come into play in steps 6 and 7.

Reply