#dakai-report-api
1 messages ยท Page 1 of 1 (latest)
The payment data can be exported via the export button in UI payment-export with format csv or excel. What I want is the same data but in raw data. is it possible get it from API?
I don't think there's a single API endpoint which would get you the same data as the one that dashboard exports
You'd need to look at different API endpoints basically to jerry-rig the objects
That is also what I thought. Do you have any doc about this? Like which objects are involved, etc.
We don't unfortunately.
Looking at the columns involved, you'd want to start by looking at PaymentIntents API as well as BalanceTransactions API
Thank you for your support
NP! ๐ Good luck