#valquiria
1 messages · Page 1 of 1 (latest)
Hi there! Not sure I quite follow your question. You can create a webhook endpoint programmatically or from your Stripe Dashboard and use this to receive and respond to events from Stripe: https://stripe.com/docs/webhooks
Once your endpoint is created, we return a webhook endpoint secret, which you would use to verify that the events received by your endpoint are being sent by Stripe: https://stripe.com/docs/webhooks/signatures
I have 12 products to the signature but I don't know what I put in the "url do endpoint"
and I don't know if only one webhook is enough for all product
👋 taking over here
Sorry it wasn't very clear what you are trying to do with webhook and what is the "products" here, but one webhook endpoint should be enough
Here. I don't know what URL I put
You need to setup a server yourself, serve with a public URL hosting somewhere, then input the URL there
It's called "webhook endpoint"