#jbrains_
1 messages ยท Page 1 of 1 (latest)
I'm exporting from the Dashboard.
Specifically, Dashboard > Payments > All transactions.
I infer that choosing my local time zone when I export only causes the filter to match rows by that time zone.
got it. we are not very familiar with the Stripe dashboard here. Instead I recommend asking Stripe support: https://support.stripe.com/contact
That's pretty much what I figured. I thought I would try, anyway.
I was hoping to find a community/forum before engaging with Stripe support.
if you have technical questions about the Stripe API, then we can help here on Discord ๐
Thanks again.
I suppose if there were a way to export the data using the API, I would be willing to try that. For now, I'm learning how to do timestamp arithmetic and time zone adjustments in jq. ๐
I suppose if there were a way to export the data using the API,
there are two ways to do this:
- simply list PaymentIntents: https://stripe.com/docs/api/payment_intents/list
- or use our reporting API: https://stripe.com/docs/reports/api
Thanks for the information! If I hit a brick wall here, then perhaps the reporting API can help me.