All Collections
Online School platform
Payment Gateway
Adding the webhook to your Stripe account
Adding the webhook to your Stripe account

Using Stripe with the Online School payment gateway means you'll need to add a webhook to your Stripe settings

Alexander Asher avatar
Written by Alexander Asher
Updated over a week ago

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:

  1. Going to https://dashboard.stripe.com/webhooks in your Stripe account

  2. Click on the "+ Add endpoint" button.

  3. Paste your webhook URL in the field below "Endpoint URL" (screenshot 1).

  4. Click on "Select Events" and then check the box next to "Select all events" before clicking on "Add events" (screenshot 2).

  5. Click on "Add Endpoint".

Screenshot 1:

Screenshot 2:

Did this answer your question?