#bootsy_api

1 messages ยท Page 1 of 1 (latest)

tardy cedarBOT
#

๐Ÿ‘‹ 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.

spiral quail
#

Hello! Can you provide more details, like a screenshot of the page where you see the Apple Pay button?

tall radish
#

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

spiral quail
#

Ah, gotcha. When you press the button, what do you see in the web browser's console?

tall radish
spiral quail
#

That's probably not related. Anything else?

tall radish
#

no

spiral quail
#

Can you share the code for your button's click handler?

tall radish
#

hmm... it's not my button

#

stripe sends it in the iframe

spiral quail
#

No, we don't. That's the Payment Element. The Payment Element doesn't have a button to proceed. You provide the button.

tall radish
#

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

spiral quail
#

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.

tall radish
spiral quail
#

Yeah, that's not a button. It's not interactive.

tall radish
#

oh my gosh

#

i see now. thanks

spiral quail
#

No worries! ๐Ÿ™‚

tall radish
#

you can close the ticket i'm good. thanks :0)