#kiv_api

1 messages ยท Page 1 of 1 (latest)

left wigeonBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1310949537191563267

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

  • kiv_api, 17 hours ago, 5 messages
formal flint
#

Screenshot of the report generated by the dashboard (see that it contains the customer_email correctly)

#

Screenshot of the report generated by the API, which I passed in the columns property the prop costumer_email, and even though, it doesn't appear in the final report.

halcyon forge
#

What's the ch_xxx ID?

formal flint
#

ch_3QPDmtHOzdvO2py10zhJaVp0

halcyon forge
#

I suspect they probably map to different fields. What's the exact report type you're running via the API and which Dashboard URL are you exporting that data from?

formal flint
#

I wonder how could I pass this "billing_details[email]" to the balance_change_from_activity.itemized.1 API type

#

Or something like that

#

All that I need is a way to download the report via API, but it has to contain the costumer_email correctly

halcyon forge
#

Can you share the req_xxx ID of the request you're making?

formal flint
#

frr_1QPO7IHOzdvO2py1dCUONjxv

halcyon forge
#

So I guess that you can't get that directly

formal flint
#

All the reports that the API generates are different from this one ๐Ÿ˜ฆ

halcyon forge
#

Well that's not really a report but just a raw export of the payment data

#

So no there's no direct representation of that in the API

formal flint
#

I'm working on a financial report automatization, I'd need to get this dynamically, without much effort... I know that I can't use things like Selenium to get the "raw export of the payment data" due to Stripe's Two-Step Verification.

And now, I can't get this directly from the API.

Maybe it can be a future implementation? I'm sure that it'd be of great help