#PhillyC-requests
1 messages · Page 1 of 1 (latest)
Not necessarily but I was looking through that section of the documentation as well to see if I could get any insight
It wouldn’t be an event based request
basically what im saying is Stripe sends a request to my service then my service needs to validate that the request came from stripe
But most of the examples in the api specs just use the public key in the request
What kind of requests are you expecting Stripe to send to your service though? For most integrations, the only requests that Stripe makes to you are through webhook events - and the rest are requests that you are making to Stripe (not the other way around)