#khleungat
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: 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.
Upon checking, the customer was created in a different Stripe account, not the account where the request was created
Please check your application and see if you are using a different secret key to create customers
it should be right
should I set the key every time when I call Stripe api?
Coz I just set stripe.Key = {secret}, and then invoke Stripe API several times
From my end I can only tell the two requests (invoice item creation and customer creation) were created using different Stripe API keys from different Stripe accounts
Can you tell me about which account_id invoking invoice item creation and which account_id for customer creation?
I can't tell you the account ID because I can't verify if you are the same account holder