Teach ’n Go allows you to integrate Stripe subscriptions to automate recurring monthly payments. Once set up correctly, payments are synced automatically, fees are marked as paid, and receipts are generated without manual work.
This setup requires basic Stripe knowledge.
Step 1: Add your Stripe API keys
Log in to your Stripe account.
Go to Developers > API keys.
Copy your Publishable key and Secret key.
Next:
Log in to Teach ’n Go.
Go to School settings > Integrations>Stripe.
Paste your Stripe API keys.
Click Save.
Step 2: Create your Developer API key in Teach ’n Go
Go to School settings > Developers.
Create a Developer API key (if not already created).
Copy this key — you will need it for the webhook setup.
Step 3: Enable Stripe subscriptions and set up a webhook
Stripe must notify Teach ’n Go when subscription payments succeed.
Enable subscriptions
Go to School settings > Stripe subscriptions.
Enable Stripe subscriptions.
Create webhook in Stripe
Log in to Stripe.
Go to Developers > Webhooks.
Click Add endpoint (in newer Stripe dashboards this is called Add destination).
Enter this URL:
https://app.teachngo.com/TngSubscriptions/recurringSubscriptionEvent/your_developer_API_key
(Replace your_developer_API_key with your actual key.)
Under events, select:
invoice.payment_succeeded
After creating the webhook, copy the Signing secret key.
Paste this signing secret into Teach ’n Go.
Click Save.
You only need one of these webhooks for your whole school. The signing secret is not per student and does not change per payment.
Your subscription sync is now connected.
Step 4: Create products and subscriptions in Stripe
Each recurring fee must match a Stripe product.
Create a product
In Stripe, create a Product.
Set the monthly price to the amount that will actually be charged. For a whole class this is the class fee. For a student who pays a different amount, this is that student’s fee.
You must create separate products for different prices (e.g. €50, €70, €100).
After creating the product:
Copy the Price ID.
Create a subscription
Create a Subscription for the customer in Stripe.
Charge immediately or send the invoice.
Copy the Subscription ID.
⚠️ Important:
The Stripe subscription period must match the class fee period in Teach ’n Go.
Step 5: Link the subscription to a class in Teach ’n Go
Enable Stripe subscription on the class
Create or edit a class in Classes.
Enable Stripe subscription for the class fee.
Enter the Price ID from Stripe.
Save.
The Price ID on the class does not charge anybody. It is the standard price for the class, and it is used as a check when a payment arrives from Stripe.
Add the subscription ID to the student
Open the relevant class.
Go to the Fees tab.
Edit the student’s fee.
Enter the Subscription ID from Stripe.
Save.
Every student needs their own Subscription ID entered against their own fee. The subscription is what tells us who paid.
Students who pay a different amount
Students in the same class do not all have to be on the same Stripe price.
If a student pays a different amount:
In Stripe, create a price for the amount that student actually pays.
Create their subscription on that price.
In Teach ’n Go, open the class, go to the Fees tab, edit that student’s fee, set the fee amount to the same figure, and paste in their Subscription ID.
When you save, you will see a note saying we cannot confirm the subscription belongs to this class. This is expected and is not an error. The fee saves normally and payments are still recorded automatically. The note appears only for students who are not on the standard class price, so that a subscription pasted by mistake gets noticed.
⚠️ Do not use a student discount in Teach ’n Go to reduce what a student pays by subscription. A discount on the student profile changes what Teach ’n Go shows, but it does not change what Stripe charges, so the parent would still be charged the full price. To charge a lower amount, either create a Stripe price for that amount, or apply a coupon to that subscription in Stripe.
How it works each month
Once everything is connected:
Stripe processes the monthly subscription payment.
Stripe sends a webhook notification to Teach ’n Go.
Teach ’n Go:
Marks the monthly fee as paid
Generates a receipt automatically
Updates the student’s account
No manual payment recording is required.
Troubleshooting
Payments not syncing? Check webhook URL and signing secret.
Fee not marked paid? Confirm the correct Subscription ID is entered on that student’s fee.
Parent charged the wrong amount? Stripe charges whatever the Stripe price says. Check the price on that student’s subscription in Stripe. Changing the fee in Teach ’n Go does not change what Stripe charges.
Fee amount does not match what Stripe charged? Set the fee in Teach ’n Go to the same amount as the Stripe price. Teach ’n Go warns you when the two disagree.
Note saying we cannot confirm the subscription belongs to this class? That is expected for a student on their own price. The fee still saves and payments are still recorded.
Stripe subscriptions automate recurring payments, reduce admin time, and ensure accurate fee tracking inside Teach ’n Go.








