#.rjcustodio
1 messages · Page 1 of 1 (latest)
I don't quite understand the question, can you rephrase it?
alright
let me share a screenshots first.
Web Application
Web API
Our team is in the process of implementing Stripe Webhooks into our system.
To provide some context, our setup involves both a Web Application and a Web API. The Stripe webhook functionality has been integrated within the Web API. However, please note that this webhook endpoint is not directly exposed; only the Web Application has the capability to communicate with it. Our current approach allows us to expose a specific route within the Web Application that can call the Stripe webhook in the Web API.
Our concern arises when dealing with the json variable, as it appears to be null in certain instances.
You need to expose the webhook endpoint so that Stripe can send the webhook requets to your server