Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ankush981's avatar

webhook endpoint

how can i know what is my webhook endpoint url to work with stripe webhook. im using laravel and linux os.

0 likes
1 reply
adiputra22's avatar

hi @ankush981 , webhook is some endpoint or some page that stripe can access it directly to post your data payment after payment get status success or failed. so you need to create route and follow stripe what data, what method they will passing to your endpoint.

sometime it POST route with any credentials. you can check the stripe documentation for that

Please or to participate in this conversation.