#vickyh_error
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1264791886267158568
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the request ID (req_xxx) of this error? 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 site 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.
req_xyFgj77Pobaarn here's the request ID
Hi @cold beacon I'm taking over this thread
Looks like pi_3PfCvvKPLd55usy711E6klYn was created in a different Stripe account, an account based in SG
Hi @hoary cypress , thanks for your help
the issue only occur when I change the country to malaysia, it didnt happen when I switch to other country
You might want to check the publishable key that you configured in your frontend.
Make sure it matches with the backend API key that you use to create the PaymentIntent.
let me try using thailand because we also have thailand publishable key
does this request also pointed to SG? req_AUo2rg89lkRmBn
Yes it is created in a Stripe account based in SG.
thanks jack, I will try to change the pk for malaysia
one question, may I know why it works on staging?
Most likely becaused the publishable key at the frontend and the API secret key at tha backend match.