#maksym-y_api
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/1443561168173273129
π Have more to share? Add more details, code, screenshots, videos, etc. below.
π Hi there! Let me take a look
Hi. If you need more details I would be happy to share with you. Thanks!
Thanks. Just to clarify, what do you mean by "fast payment" here?
Is this something that you can reproduce every time?
yes
OK, and can you clarify the exact steps?
Firstly, to set up: you create a checkout session on your backend, and then mount the Payment Element and the ECE on the frontend?
yes, exactly
OK, and then how do you reproduce this exactly?
I try to do a payment with Card Payment but, for example, with insufficient fund on the card. Then receive decline error as expected. Then select Fast payment, for example, But with Gpay and receive the error that you see on the screen above.
Can you share the confirm handler code you have for the ECE?
expressCheckoutElement.on('confirm', async (event) => {
if (loadActionsResult?.type !== 'success') return;
const { error } = await loadActionsResult.actions.confirm({
expressCheckoutConfirmEvent: event,
redirect: 'if_required',
});
if (error) {
isPaymentMessage.value = true;
paymentMessage.value = error.message;
setTimeout(() => {
isPaymentMessage.value = false;
paymentMessage.value = '';
}, 5000);
} else {
setTimeout(() => {
document.documentElement.classList.remove('no-scroll');
}, 200);
updateCustomerInfo({ paymentMethodType: event.expressPaymentType });
await signUpUser();
}
});
Taking a look
We're going to need to investigate this further, can I ask yuo write in to our team? You'll get a DM with a URL
Hello @tough pumice, we have sent you a direct message, please check it at https://discord.com/channels/@me/1443576937829236797
- πThe message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
Am I right that I need to create a support case? because when I open the link I see this page https://support.stripe.com/search?q=Support case ?
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.
there should be instructions in the chat window when you open the URL
Yes, I see: "You'll be asked to confirm that you want to create a support case." but I don't see any confirmation, just this page https://support.stripe.com/search?q=Support case
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.
when you open the URL, there's no assistant window? like this:
I see π
the instructions should be in there
oh, sorry
ok, I've taken ownership of that support case you've already started with. I'll email you there
About support case. Yes, this case was opened by our CEO. I was added to email communication and can send additional details that shared with you.