#jakel_docs

1 messages ¡ Page 1 of 1 (latest)

zenith canyonBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252352466650136677

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

quasi stratusBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

spiral storm
#

Yep, Apple and Google pay will show up by default for any payment intent that takes card payments

orchid sand
#

amazing !

#

thank you

#

One other quick question. Is it possible to add another payment method within the Payment Element that is not part of the Stripe ecosystem?

For context, we work with hotels and a common payment method is Room Charge.

We currently split this out via the following design where if the user selects "Credit / Debit Card" we render the Card Element and if they select "Room Charge" we display a custom form we built.

#

It would be great if we could add "Room Charge" as a custom option within the Stripe Payment Element and then render our form when the user clicks that across the tab approach. That's not possible right ?

spiral storm
#

Ah though actually I don't think that would work for your usecase. That only lets you link out to other websites, we don't have the ability to show custom forms like that within the payment element.

orchid sand
#

Ah, yeah we wouldn't be linking out for this. It would be capturing that data (Last Name and Room Number) in our custom form. This is great to know though for some of the other non-stripe supported payment methods we support though such as KICC in korea.

In the meantime we will get creative with our design. Thanks