• 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

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

Stripe Issue (Can't find Quantity in Checkout.Session.Completed)

manar@bi

Member
Hi everyone, first time posting (amateur automator also). I'm a small business owner that uses Stripe to process payments, and Google Sheets to keep track of sales. In Stripe, I have a payment link with adjustable quantity that the user can change. Ultimately what I want is for a row to be created in my Sheets that adds a custom field (Customer Unique ID), timestamp for the purchase, and the quantity purchased. I am trying to use the checkout.session.completed option to communicate this information however:

1) I don't see the quantity as a data point that is captured (very important)
2) I don't see the timestamps as a data point that is captured (not that important, but still would be nice to have)

Note that I am able to see the custom field that I added.

This is my first time messing around with webhooks, so sorry if the solution is very simple or if this forum is not the right space for this question. Thanks in Advance!
 

Preeti Paryani

Well-known member
Staff member
Hello @manar@bi,

The trigger you are using is a descriptive webhook-based trigger. The responses sent by the trigger application for such triggers are entirely dependent on the trigger application itself.

If you require the quantity or any other specific details to be included in the trigger response, we recommend reaching out to Stripe support for assistance.
 
Top