Easily Integrate the teachable Transaction.created Webhook into your application using Javascript, Ruby, and other frameworks.
A student is charged and makes a payment for a course (could be a one-time purchase or an ongoing subscription/payment plan). For example, on a monthly subscription plan, there will be a new transaction event each month when the student is charged. This event does not include free courses or courses purchased with 100%-off coupons.
Steps to receive the Teachable Transaction.created Webhook
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select teachable. This will be the endpoint that receives the Teachable Transaction.created webhook on behalf of your application, and forwards them using the unified SDK.
- Once the Transaction.created webhook is received from Teachable, you'll see the payload under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in Ruby or Javascript, and start receiving webhooks.
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select teachable. This will be the endpoint that receives the Teachable Transaction.created webhook on behalf of your application, and forwards them using the unified SDK.
- Once the Transaction.created webhook is received from Teachable, you'll see the payload under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in Ruby or Javascript, and start receiving webhooks.