• 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.

Stripe deprecated?

kbalmer

Member
Hi there

The Orders API shutdown the 2nd October

It seems pabbly is still on the now closed API?

The instructions for a new order connection are
  • Sign in to your Stripe account and navigate to the developer's page.
  • Once you reach the developer's page, go to the Webhooks section and click on "Add endpoint."
  • Copy the webhook URL provided above and paste it into the "Endpoint URL" field.
  • Provide a description of your choice for the webhook and select "Events on your account" in the Listen to section.
  • Choose the latest API version and click on "Select event."
  • From the Select Events dropdown, choose "order.created".
  • Click on "Add event," followed by "Add endpoint."
  • Click on the "Capture Webhook Response" button below. It will change to "Waiting for Webhook Response" and execute the selected event in Stripe so that the webhook response can be captured here.

order.created doesn't exist.

fix incoming? Or some workaround?

Thanks
 
P

Pabblymember11

Guest
Hey @kbalmer

Could you kindly create a brief video detailing your concern? This request stems from the nature of the Stripe trigger event, which is webhooks-based and captures data only when it's sent by the application. In other words, the video will help us better understand the issue as we won't have real-time access to the data, and having a visual reference will aid in troubleshooting and addressing your concerns effectively.
 
Has this been addressed? As OP says, in Stripe order.created doesn't exist...what should we use instead to listen to paid/completed orders?
 
P

Pabblymember11

Guest
Hey @olimckenna

Please consider utilizing the 'New Charge' or 'New Invoice' trigger event to retrieve payment details from Stripe.

 
Top