You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With PaymentElement I get: Invalid value for confirmCardSetup: payment_method.card was payment Element, which cannot be used to create card PaymentMethods.
There's no way to specify that the mode is setup .
What I am I missing?
The text was updated successfully, but these errors were encountered:
In the info page we have new methods for Flutter Web, one of each is Confirm setup intent
I have tried to get it working with
PaymentElement
as well asCardField
CardField throws: UnimplementedError
I manage to get the payment method but then when Its trying to run setupIntent it stopes here:
With PaymentElement I get: Invalid value for confirmCardSetup: payment_method.card was
payment
Element, which cannot be used to create card PaymentMethods.There's no way to specify that the mode is setup .
What I am I missing?
The text was updated successfully, but these errors were encountered: