-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the Payment Element supported? #102
Comments
does |
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.The text was updated successfully, but these errors were encountered: