#chung-yi_docs
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/1333534296425893979
๐ Have more to share? Add more 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.
- chung-yi_best-practices, 5 days ago, 28 messages
Hello
Have you checked https://docs.stripe.com/payments/external-payment-methods ?
Ahh no. Looking now! ๐
Oh so we can integrate real external payment method that Stripe does not support. What if we want to add a offline payment method (e.g. manual wire) and upon selecting, display some text like wire instruction? Could we integrate it into Payment Element in a good way?
We do support bank (wire) transfer payment method already, I'd recommend giving this a read - https://docs.stripe.com/payments/bank-transfers
Aside from that only these external payment methods are supported - https://docs.stripe.com/payments/external-payment-methods#available-external-payment-methods
Yes, thank you for referenceing it. We're evaluating that additionally.
For my question, wire is just an example. I'm curious to know if there is a good way to integrate non-Stripe supported, even external, payment methods with the Payment Element UI.
If its not listed under supported external payment methods, then unfortunately - no. You can't add that to the PaymentElement.
Got it. So there is no recommended way to "extend" the behavior currently.
Aside from what external payment methods support, no.. Not at the moment.
Is changing the copy of inline validation error of an input supported?
I guess technically it's possible but probably hacky because it's in an iframe?
I don't believe you can change inline validation text ๐
OK! That's good to know!
I can do more research! Do you know if we can edit the label of each payment method off top of your head?
Nope, I don't believe that's possible either
Have you looked at this doc? https://docs.stripe.com/elements/appearance-api
It outlines pretty much everything you can customize on PaymentElement
Yes, I was curious about customizations outside of that doc.
I see. Okay
For additional things like showing our tooltip next to a payment method label.
OK thank you for talking through it, and I'm going to do more research if it suits our needs! Thank you so much!
For additional things like showing our tooltip next to a payment method label.
not possible either ๐
No worries
Happy to help!