#Ram Sharma-customer
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
could you please share the request id? here's how you can find one 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.
Let me get that info for you thanks
sure
I will take a look
the source token you're using was generated in test mode and the customer is in live mode
Strangely only happening for one or two customers & somehow working fine for other/s ๐
maybe because the other customers are not created in live mode
could you provide a customer id that is not generating an error?
Let me get one for you.
From log this customer was able to pay successfully.
cus_Lu08Yba1HanGJd
what is the request id?
req_vozbRzMJczrsy7
cus_LuwWg4ggsYJVdF
Can't send you the info through DM, I believe ok to share here.
@native latch
yes you could share the ids here that's fine
both the source token and the customer are created using the livemode key
that's why it's working
in your first request, the source token was generated with the test mode key
that's why it didn't work
Noted thanks
In the web app we are fetching the live mode & test mode keys dynamically so might be some condition mess up.
Going to try reproduce. Will get back to you in case needed.