#harshitbhargava.
1 messages · Page 1 of 1 (latest)
What's the error you're getting?
Hm ok. Can you share the front-end code you're using there?
const { error } = await stripe.confirmPayment({
elements,
confirmParams: {
return_url: process.env.REACT_APP_URL + "/driver/confirmation",
},
});
if (error) {
dispatch(loaderActions.show({ show: false }));
if (error.type !== "validation_error")
dispatch( messageActions.show({
openPopup: true,
messageBody: CD_TOLL_PAYMENT_FAILED_SUB_LABEL,
messageHeader: CD_TOLL_PAYMENT_FAILED_LABEL,
type: "",
showClose: true,
})
);
}
Does this happen on Desktop Safari as well?
We have checked only on iphone
Hm ok
Have you tried connecting the device to your computer and inspecting the developer console to see if there's any additional error messages displayed that might help?
Yes i have tried but i didnt find any other error
Ok
Can you share the payment intent id where you got the above error?
Also do you have a test site deployed that we can access to try to reproduce the above error?
I am giving you payment intent id
pi_3NxszTInbsls4Aao1YvG0WKs
For URL i have to ask my team members and then I will let you know
👋 taking over and catching up
Okie the PI looks just normal. The error you saw is purely from frontend I guess
To clarify, which integration you are using? PaymentElement?
I am not able to get why i am getting this issue in confirmPayment method?
Yes its paymentElement
Can you share a public accessible URL?
You mean deployed url?