Stripe has added Twint (a very popular payment method in Switzerland) as a new payment method in the last few weeks. Based on their documentation, Twint can be added to Stripe checkout and Elements. Is this directly available in the Weweb Stripe integration? I couldn’t find it in the list of payment methods to create a new payment intent.
@Alexis maybe something for you? will need this in the next few weeks…
I created a PR in the Github repo add Twint payment method by joelherzog · Pull Request #13 · weweb-assets/plugin-stripe · GitHub hope this is ok and it is that simple
fyi you can use any payment method by setting it in the stripe dashboard and creating the checkout session using stripe api with your backend. this way stripe checkout will automatically check if all the necessary conditions are met and present the available payment methods.
We will add it in the next release or the one after (this week or the next one)
ok perfect thank you very much!
i saw you created a new PR, it only is included in the checkout file. is this enough or are the new payment method also needed in the creatPaymentIntent file?
@dorilama didn’t now that, thanks a lot!
I added it to payment intent too
It’s up in production
Awesome, thank you very much!