Level 19
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