#jakel_docs
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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.
- jakel_google-apple-pay, 3 hours ago, 17 messages
Yep, Apple and Google pay will show up by default for any payment intent that takes card payments
Though for Apple you will need to register your website URL as a payment method domain https://docs.stripe.com/payments/payment-methods/pmd-registration
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 ?
Indeed we do, we call that functionality "External payment methods" https://docs.stripe.com/payments/external-payment-methods
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.
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