Any @stripe pro in my reach who can tell me if and how I can add another payment method (like sofort) to the Stripe Checkout (client only)?
https://stripe.com/docs/js/checkout/redirect_to_checkout …
It's not possible to use SOFORT with Stripe Checkout, unfortunately, since SOFORT is a redirect flow which directs customers to visit their bank's website. You'll need to use Sources instead:https://stripe.com/docs/sources/sofort …