#abhishek-webhook
1 messages · Page 1 of 1 (latest)
Hi! I don't know much about Firebase, but I can try to help with the Stripe part. Can you share the webhook endpoint ID (we_xxx)?
It is showing no error but it is not reaching Firebase.
console.log(success: order ${session.id} had been added to db); this line never comes in the console.
the terminal shows everything created b...
STRIPE_SIGNING_SECRET=whsec_430c4cf0853cfdbdbbeadd2979c032253db627xxxxxxxxxxxxxxxxxxxxxxf
Thanks, but that's not your webhook endpoint ID. You can go here https://dashboard.stripe.com/test/webhooks click on your webhook endpoint, and copy paste the ID in the top right corner (it look like we_xxx)?
I have made the console we hook
As I did not use functions I couldn’t create the endpoint
Are you using the Stripe CLI to send webhook events? If not, you need to create a webhook endpoint with a URL.