Skip to main content

All Questions

0 votes
1 answer
43 views

Stripe Webhooks implementation and Metadata - No signatures found matching the expected signature for payload

I am currently using a server in Node. I am implementing Stripe to manage subscription payments, but I am unable to make the requests successful. I always get the error: No signatures found matching ...
Lopez Zubia Pablo Daniel's user avatar
3 votes
0 answers
853 views

How to sync Stripe subscription in Firestore when using Payment Links?

I've a web app (React) which uses Firebase as the backend. I'm integrating Stripe for subscriptions to my app. To sync a user's subscription details to Firestore, I installed this Run Payments with ...
imthath's user avatar
  • 1,668
0 votes
1 answer
2k views

How do I handle a 403 error with Stripe Webhooks and Firebase Cloud Functions 2nd Gen?

Im new in using Firebase Cloud Functions 2nd Gen I had created a Payment link in Stripe and I want when user buy the item and completed, the Stipe Webhooks will send info to my cloud functions so that ...
Charles Lim's user avatar
0 votes
1 answer
140 views

Handling concurrent webhooks in Firestore

I have a firestore app that's receiving webhooks from Stripe and writing the data from the webhook to a document. Sometimes, multiple webhooks for the same Stripe object are sent less than a second ...
Devon Allary's user avatar
0 votes
0 answers
40 views

Firebase code in Javascript does not execute in the Stripe web hook URL

I am using Stripe in a web project and in a PHP file at a web hook URL (i.e. https://something/flutter_web/index.php) of Stripe, I am trying to access the Firebase database in Javascript. But that ...
Istiaque Ahmed's user avatar
0 votes
0 answers
170 views

stripe CLI webhook not reciving in firebase without firebasefuctions

It is showing no error but it is not reaching Firebase.i am using stripe CLI console.log(success: order ${session.id} had been added to db); this line never comes in the console. the terminal shows ...
Vikrant gupta's user avatar
0 votes
1 answer
492 views

stripe webhook with firebase showing error

it is showing Unexpected value for STRIPE_SIGNING_SECRET error even after checking it many times in the env file the terminal shows everything created but it does not reach firebase database I am ...
Vikrant gupta's user avatar
0 votes
0 answers
241 views

Unable to send data from Stripe webhook to Firebase database

this is the webhook part the payment is succeeding but it is not showing in firebase database I have also tried different rules and payload code but it didn't work this was the terminal command "...
Vikrant gupta's user avatar
2 votes
1 answer
2k views

Unable to send data from Stripe webhook to Firebase

I have made a Stripe webhook and I want to write data to Firebase when a Stripe purchase happens, and it isn't working although the payment always succeeds but the data is not sent to Firebase ...
Kartik Sahu's user avatar
1 vote
2 answers
878 views

Stripe Connect Express Webhook - How to get Stripe webhook to fire once user has completed Stripe Connect Express form and is redirected

so I've spent a fair amount of time (weeks) with this issue however still have not been able to figure out how to resolve it. I believe I've narrowed it down to the issue of trying to get a Stripe ...
Cflux's user avatar
  • 1,512