#Cheelin
1 messages · Page 1 of 1 (latest)
stripe
.confirmWechatPayPayment(client_secret, {
payment_method_options: {
wechat_pay: {
client: 'web'
}
}
})
.then(function () {
console.log(arguments);
});
Could you share the payment intent ID (pi_xxx)?
pi_3Lk6DsHv726MzAnz1WkuEjJZ
payment_intent.succeeded event has been sent in https://dashboard.stripe.com/test/events/evt_3Lk6DsHv726MzAnz1NPxyPSd
However, your webhook endpoints returned error. One was with Timed out connecting to remote host and another returned 406 response code
Only one webhook endpoint (https://callback.dev.shoplazza.com/api/payment-channel/stripe/webhook1) received successfully
undestood, thx! Let me check internally on your feedback~ btw just to check if we have full testcase for wechat integration?
Here's the information about WeChat Pay testing: https://stripe.com/docs/payments/wechat-pay/accept-a-payment?platform=web#testing
Testing in test-mode has both authorized and fail payment options.
cool thx! btw for bancontact and ideal, could we have any testcase also
You can find the testing information under Test your integration of the payment method integration page.
- Bancontact: https://stripe.com/docs/payments/bancontact
- Ideal: https://stripe.com/docs/payments/ideal
Depending on the integration flow such as Accept a payment and Save bank details during payment, the test cases are different. I'd recommend checking the doc page accordingly
Just a follow up question, when we scan the qr code in sandbox environment and monitor a successful transaction, QR code still could not close not sure if this is due to the below reqeust
https://api.stripe.com/v1/payment_intents/pi_3LkHr4Hv726MzAnz0jDNqzRF?key=pk_test_51BklElHv726MzAnzxj0lHjvBCEYpN6XlGYixmM5ozNHbqb6VMNbfs1qIu4BkJGdzYHgL01Z67ds3gLJmk515T71G00F4TqFXHj&is_stripe_sdk=false&client_secret=pi_3LkHr4Hv726MzAnz0jDNqzRF_secret_120oC3G807KEBC63uI0EpUAjH