• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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