#hannes_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/1308456004132012093
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey there, we support including options for some "external" payment methods documented here: https://docs.stripe.com/payments/external-payment-methods?platform=web#available-external-payment-methods
We're also working on widening this to allow you to include other payment methods inside your payment elements, but that's not quite ready yet
Hi, thanks for the quick response. The "external" Payment Methods don't quite meet our needs. We'd like to implement a PayPal button (not PayPal via Stripe), address fields for payment by invoice (handled by us) and possibly other payment elements from Adyen or PayOne.
Gotcha, that's not something available just yet, so today you'd need to achieve this by blending your Payment Element into your other payment method choices using the Appearance API
OK, I see. I'll try that ๐