#banyman-reports
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I'm not super familiar about generating a report as our team mostly works with API integration related questions. I would suggest you reach out to our support about that as they'd have better context on this
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
https://stripe.com/docs/reports/api I need to generate a report using api. I generated it, but now it needs to be downloaded. I want to know how to do this with an express type account. These accounts are my users.
As per the docs, you can use your API key to access file specified by result.url
https://stripe.com/docs/reports/api#report-runs:~:text=To retrieve the file contents%2C use your API key to access the file specified by
Have you tried that approach already and are seeing any errors?
I assumed so too. I have made several attempts. Sometimes I have an error or an empty file is downloaded.
Hi there. Taking over for hanzo as they have to step out. What is the error you get?
Also, can you share the request ID for generating the report?
Yes, sure I have this error.
Are you passing the stripe-account header in one of the requests but not the other?
If you share request id's I can investigate for you
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I can't exactly answer. Can you tell me where to get an indicator?
For your second question, you will have to redirect the user after creating the account link
Can you visit the above link?
It tells you how to get request id's
If you send me the request id's, I can investigate what the issue is
Yes, sure. I look it.
For your second question, you will have to redirect the user after creating the account link
Can you clarify what this link is or give an example of a link. I want to understand how to build it and how to make a redirect? This is part of the overall scenario chain.
After that, I have to generate a report and Download it from the client account that you register.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The url is in the response
Steps 3 and 4 are the example
req_ubGPuNlScRVNHS
'refresh_url' => 'https://example.com/reauth',
is this link for what reason?
a link for example "url": "https://connect.stripe.com/setup/s/acct_1LEDQjLLD93xWf5f/rTHk2cX7pdYd"
?????
All the parameters are explained here: https://stripe.com/docs/api/account_links/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you still have questions?
And the error on generating that report is just Data for the report type balance.summary.1 is only available through 2022-07-09 00:00:00 UTC; you requested interval_end = 2022-07-09 17:10:47 UTC.
So just change the interval