#jonas-payment-products
1 messages · Page 1 of 1 (latest)
Hi 🙂
We are using checkout
When I export the payment data via the dashboard I dont see any product data in the export (even if I export all fields)
yeah there isn't a way to do this in the Dashboard
mostly you'll need to use the API and list all your Checkout Sessions https://stripe.com/docs/api/checkout/sessions/list and then reconcile from that
see https://stripe.com/docs/expand to understand how to access line_items too
Ok. Strange that such info could not be exported via dashboard😬