#Stephanie
1 messages ยท Page 1 of 1 (latest)
๐ taking over for my colleague. please provide more context to be able to help you
Hiya! Thanks for the help - the sheet that you get using the export function in the top right of the website - downloads into an excel sheet
when you do the export you have the possibility to choose which columns to include
were you able to see that option?
i see the option on the export tab, but unfortunately the product name isn't one of the 59 columns
Correct, payments export won't include Product/Price data if you're using Checkout (or another UI that uses those objects)
Is there a way to include this using a different method going forward? We typically create a product, payment link and send out the payment link through emails, google forms, etc but are happy to change this if it means an easier way to track items
Has this been brought to your attention before re. annual audits and a solution with the UI method been identified as they need to see a correspondence from Stripe to the bank system ?
Yep, it's feedback we've heard before
You'd either need to use the API to generate your reports (where you can get the product data), or use metadata on the PI to persist the info you need
can either of these be done retrospectively or would it be moreso a measure going forward?
Sure, you can use the API retrospectively
Great thanks for the help!
You'll want to use this endpoint, btw: https://stripe.com/docs/api/checkout/sessions/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.