• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

Stripe Webhooks events for learndash course (Pricing Table)

Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
Howdy!

I have a challenge with a Stripe - LearnDash integration.

I need a trigger that works with pricing tables. The customer comes from a Stripe pricing table, buys a product (single payment).

If I use checkout.session.completed I can not properly filter the product since no product ID is there, nor payment link ID (as in tutorial).

What/how can I do?

I also need the e-mail to find the user in Wordpress & Learndash and assign the course.

Thanks in advance!
 

Soumya Tripathi

Member
Staff member
Hello @smarters.ro
Please refer to this video to learn how to set up Stripe webhooks for a specific product: How to Set Up Stripe Webhooks.
Additionally, as we checked in the task history, you are receiving the Payment Link ID.
Here’s how you can handle the customer in WordPress using Pabbly Connect:
  1. Search the customer in WordPress using the action event WordPress: Search User.
  2. Use a Router to create two routes:
    • Route 1: Add a filter to check if the field label exists for the customer. If it exists, Update the User in WordPress.
    • Route 2: Add a filter to check if the field label does not exist. If it doesn’t, Create the User in WordPress.
  3. After handling the user, add the next action step: LearnDash: Enroll Into Course.
This setup ensures that existing users are updated while new users are created and enrolled in the course automatically.
 
Hello and thank you.
The challenge is not with wordpress, but with segmenting for a specific product when NOT using payment links but pricing tables.
When using Pricing Tables there is no payment link in the checkout.session.complete webhook details/metadata.
 

ArshilAhmad

Well-known member
Staff member
Please create a new workflow and use the 'invoice.payment_succeeded' webhook event to set up a connection with your Stripe account, and check if that provides more useful information when using pricing tables.
 
Top