When setting up your Stripe account to use to accept payments from students, you'll need to add a webhook to your Stripe settings. It's quick and easy, here's how:
Your webhook will be schoolurl/payments/webhook/, for example, if your school address is:
   https://abcschool.live-online-classes.com/
then the webhook is:
   https://abcschool.live-online-classes.com/payments/webhook/ 
Add the webhook by:
- Going to https://dashboard.stripe.com/webhooks in your Stripe account 
- Click on the "+ Add endpoint" button. 
- Paste your webhook URL in the field below "Endpoint URL" (screenshot 1). 
- Click on "Select Events" and then check the box next to "Select all events" before clicking on "Add events" (screenshot 2). 
- Click on "Add Endpoint". 
Screenshot 1:
Screenshot 2:



