#banyman
1 messages · Page 1 of 1 (latest)
Hey!
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
generation reports
req_LEql0suHBZVYgf
req_GjASyXDyklxCH7
download files
req_y66EMc3HoSWkRB
req_C3WtA4XmBWpAkN
Thanks, will check momentarily!
Looks like your Report Run was created using a platform API key passing the Stripe-Account header. The other call to retrieve the resulting File was not: https://dashboard.stripe.com/logs/req_y66EMc3HoSWkRB
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
As such, that object doesn't exist on that account. You need to make that API call either:
- using the API key of the platform account and pass the Stripe-Account header
- use the API keys of the connected account (
acct_1IVgGREMTxa5UMJ6)
OKay. I have testing
{
error": { "message": "Invalid API Key provided:
type": "invalid_request_error
}
}
req_fB1mt5hmzNGpVs
Looks like it succeeded to me? https://dashboard.stripe.com/logs/req_fB1mt5hmzNGpVs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I use the key for account acct_1IVgGREMTxa5UMJ6 and I successfully generate reports. But I not download this reports. I see errors in csv file.
I use secret key.
This file? file_1LNx2FEMTxa5UMJ6pn800AnF
frr_1LNxNqEMTxa5UMJ6BOZ4IHvq
That's the error you're seeing in the actual CSV file?
We don't really know much about reports/reporting here I'm afraid, so I'd recommend speaking to support for help with that: https://support.stripe.com/contact
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 have an error in my code. Now it's very good.
Your issue is resolved?