Question

I need a Stripe checkout completion trigger enrollments for unique courses on Teachable

  • 15 March 2023
  • 1 reply
  • 48 views

Userlevel 1

Hello, 

I am trying to have a trigger starting with a Stripe completed checkout session from a unique payment link. The payment link is connected to a product (a teachable course) in Stripe. 

When the checkout for that course is completed the action is to enroll the student into that course they selected (or the course listed as the product in the Stripe payment link). 

Right now, I complete the zap, but I cannot find a way to separate the zap to enroll in unique courses. 

I hope this makes sense and hope you can help me!

Thank you!!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @IDFL University 

Good question.

You may need to create a Lookup Table to translate the Stripe Payment Link ID to the desired value.

 

 

You can also add custom metadata to the payment link that will come thru which you can then use to filter.