Open mumispb opened 1 year ago
does <stripe-payment-request>
suit your needs?
I am considering that one, but for now I would prefer to only be able to save a payment method token to be used later in a transaction just so I can unify user experience with another payment processor. As far as I know, the payment request asks for a payment method, but also triggers the transaction, correct?
Do you have any plan on integrating the Payment Element? How hard would it be? I'm willing to contribute.
no plans, but would review a PR
It is probably too hard for me to understand how it works at the moment 😢
I would like to know whether the
<stripe-elements>
supports the Payment Element (https://stripe.com/docs/payments/payment-element), i.e. if it supports all payment methods available or if it only supports the old card element. Following the React example, I was able to get the card form, but not the payment one.