#ddynamic_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1458170063445033001
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there,
taking a look at the request. Give me one sec...
Thank you!
Did this error happen for the first time or is this constanstly? Meaning has it worked in the past?
The same API call format works for other report types. This is our first time trying to pull the "exports.unified_payments" report
Ok, that makes sense. I need to admit that we do not know that much about reporting types and their parameter in this channel, but from what I can see is that exports.unified_payments does not work like regular report runs... From my understanding the API reference does not 100% apply to this report type and my assumption is that this report type does not take in any interval parameter. But I am still digging...
Found some more information. Generally this report type should not be accessed through the API currently. Even though it is technically possible, we do recommend accessing the report through the Dashboard only. We also do not mention this report type in our docs, since we have not set it up to be fully accessible through the API yet.
Hmm, it is available through /v1/reporting/report_types
any other way you can see that we can specify duration of the report in the backend?
We are trying to use the API to pull a list of all charge IDs crosswalked to payment intent ID and payment link ID
any other way you can see that we can specify duration of the report in the backend?
We are trying to use the API to pull a list of all charge IDs crosswalked to payment intent ID and payment link ID
I would recommend reaching out to our support directly. They are experts on reporting. We can only advice and investigate how to use API etc. but less about what reports to use and which data points are included
I can reach out to them, but they generally point me here for technical questions. Is there a way in the code you can see all possible/acceptable inputs for that report type?
It is possible to specify a timeframe in the dashboard, so I'd think we'd be able to that in API
Generally our technical advice is to use the Dashboard for this report. That's also the reason why we do not document this report type.
However if you want to use the API, the product team mentioned, for dates, you can try using created[gte] and created[lte]
ie:
created[gte]: 1717398000
created[lte]: 1717829999