#lee_rw
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
pi_3MOHu2BFlT2ScOFD1Bg0ezuP
const {error, paymentIntent} = await stripe.confirmWechatPayPayment(
clientSecret,
{
payment_method_options: {
wechat_pay: {
client: 'mobile_web',
},
},
// Return URL where the customer should be redirected to after the authorization
return_url: window.location.href,
},
);
When the client change to "web", I get a QR code image。
and then what happens?
I had a look and the problem internally is something to do with how your Stripe account is onboarded with Tencent
you should reach out to https://support.stripe.com/?contact=true for help on re-running your onboarding for your Stripe account, mention that all your Wechat payments aren't working
the code itself you're using is fine, it's not a developer/API issue directly
There's no problem with the code, is there?
no
Does it automatically jump to Wechat App?
the customer would scan the QR code on their phone, which opens the WeChat app for them to authorise the payment
No QR code. I mean use mobile_web to deep linked into WeChat Pay app.