#bootsy_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/1274112919222882304
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Can you provide more details, like a screenshot of the page where you see the Apple Pay button?
it was working at one point
i click apple pay, it opens that little window but nothing happens afterwards
tried in a few different browsers
Ah, gotcha. When you press the button, what do you see in the web browser's console?
Blocked a frame with origin "https://wrench.com" from accessing a frame with origin "https://js.stripe.com". Protocols, domains, and ports must match.
That's probably not related. Anything else?
no
Can you share the code for your button's click handler?
No, we don't. That's the Payment Element. The Payment Element doesn't have a button to proceed. You provide the button.
this div is what's populating the button <div #ccPaymentForm></div>
this.ccPaymentElement.mount(this.ccPaymentForm.nativeElement);
it comes back in the stripe iframe with the cc form
Wait... are you expecting that the Apple Pay logo in the Payment Element is a button?
That Next button belongs to you, and you should have click handling code for it somewhere that triggers Stripe functions.
Yeah, that's not a button. It's not interactive.
No worries! ๐
you can close the ticket i'm good. thanks :0)