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!
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!