#lemonnada
1 messages · Page 1 of 1 (latest)
hi there, can you share the request id [0]? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
req_BkGWGRdzXGRtYd one of them, all with the same response.
that Customer doesn't exist on the account whose API key you're using to retrieve
how did you obtain that Customer id?
the customer came from a migration we did earlier. Stripe just sent us an email with a mapping from old customer_id/source to new customer_id/source.
And I was trying to get all the data from all customer so we can insert in our DB (protocol), instead of clicking one by one on browser, but...this.
you'll want to use the correct account id's secret key then. I'm guessing you should be able to track down which account this Customer id actually belongs to since you mentioned you did a migration
is there a way to direct my request to a specific account?