#heisend3rp_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/1325796048786030726
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Happens btw for all third party payments we testes (bancontact, cash app, p24). Sometimes it works, but often times not.
a screen recording?
when you say in mobile, do you mean using a mobile? or do you mean a webview in a mobile app?
yes please if that's possible
ios safari, chrome and pwa
would you mind sharing your code as well please?
i don;t think the recording will help you a lot.
we are using stripe elements with automatic payment methods. once we click on place order the button is spinning and the elements.confirmPayments runs for 20-30 seconds until failure
console.log('confirming payment');
const { error } = await stripe.confirmPayment({
elements,
clientSecret,
confirmParams: {
return_url: `${window.location.origin}/${tenantId}/order-successful`,
},
});
console.log('confirming payment error', error);
are you running the Stripe Code in an iframe?
we're using this one: import { PaymentElement } from '@stripe/react-stripe-js';
it's an react single page application.
looks like stripe elements renders the payment methods inside of an iframe
so yes
yes that's expected
my question is whether your code is loaded in an iframe
no it's not
[Error] Blocked a frame with origin "https://mx-tickets-dev-alex.web.app" from accessing a frame with origin "https://js.stripe.com". Protocols, domains, and ports must match.
Motocross Ticket Shop
btw we get this error on the page before starting the checkout. but it seems to be an general webkit error
but you would need to register before checking out
@steep talon anything new?
please give me a moment
I will get back to you once I have an update
would you mind creating a login for me to test?
Sure thing
Phone number: +49 1733227172, otp 123456
Motocross Ticket Shop
Already created a shopping cart for you on that account
You can also see events on https://mx-tickets-dev-alex.web.app/stfc/events
Motocross Ticket Shop
can you please make my email verified?
I used test.mxtkt@stripe.com
otherwise I won't be able to checkout