#Liam Curran
1 messages ยท Page 1 of 1 (latest)
Hello do you have the ID of a request from a time that you saw that error? (req_1234)
Can get historical ones in the dashboard: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Or make another request and get the ID via the API: https://stripe.com/docs/api/request_ids
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah I've figured it out! Was passing in stripeAccount as a second param and didn't need to ๐
not sure where i'd seen that but swear it was from a doc
Thanks though!
Ah gotcha, yes that is the most common source of those errors. Glad you could catch it!