#vaths59
1 messages · Page 1 of 1 (latest)
I'd recommend checking Webhook integration guide to have Webhook set up with POST: https://stripe.com/docs/webhooks/quickstart
I've gone through the entire stripe docs website. Still I can't get a clear answer for this problem. If I can get an answer there why would I message here?😐
The guide above showed the example how you can set up the POST method in your code
Is there anything that is unclear?
For example in https://stripe.com/docs/webhooks/signatures#verify-official-libraries, you can select your language and it provide code example how you can set up a POST method/webhook endpoint in your language