#jaquellis-lacün
1 messages · Page 1 of 1 (latest)
Hi there! We're not experts on Dashboard exports/reporting here
I recommend reaching out to our Support team about this: https://support.stripe.com/contact/
Ooh, I see! Our Discord channel is specifically for assisting developers with issues/questions they have with their Stripe integration
Understood. Support wasn't the most helpful in that case. Is there any way you could direct me to someone who might be able to help? Like a way to get in touch with the technical team? I feel like my case is a bit esoteric but would be super easy to implement.
I can help with any API or Stripe library questions you may have but we don't know the ins and outs of Dashboard settings or other options.
Hm, I suspect the team sent you here assuming there was something you wanted to do with the API instead of the Dashboard
You'll probably have to join exports from "Payments" and "Customers" (to cross reference the customer ID from the Payments export with the customer ID and name from the Customers export)
yeah I have both exports, I just think it would be so easy to add
just not sure who to get in touch with.
i appreciate your time either way
Honestly, the support team should be able to help with this type of question. Another way you can do this is to use Stripe Sigma; support should be able to help with this as well.
What's stripe sigma?
It's another product for data access that uses SQL: https://stripe.com/docs/stripe-data/access-data-in-dashboard
So you could build queries that join the charges and customer tables instead of doing it manually