Skip to content
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

Still getting error web payment sepaDebit is not one of the supported values #1681

Closed
siherrmann opened this issue Mar 12, 2024 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@siherrmann
Copy link
Contributor

siherrmann commented Mar 12, 2024

#1637 (comment)

Thank you for your work but the fix (version stripe_js 3.4.0) didn't change anything for me. Please refer to my comment what exactly the breaking case was.

Error was still:

Invalid argument(s): `sepa_debit` is not one of the supported values: acssDebit, affirm, afterpayClearpay, alipay, auBecsDebit, bacsDebit, bancontact, blik, boleto, card, cashapp, cardPresent, customerBalance, eps, fpx, giropay, grabpay, ideal, interacPresent, klarna, konbini, link, oxxo, p24, paynow, pix, promptpay, sepaDebit, sofort, usBankAccount, wechatPay

Issue occurs on confirming a payment element created with two or more payment methods and there is still the error that sepaDebit is not the officially supported value by stripe and I get sepa_debit from the newly (and correctly) created payment intent.

I opened a new issue because the issue is slowing down development for us.

@siherrmann siherrmann added the needs triage Needs triage label Mar 12, 2024
@remonh87 remonh87 added enhancement New feature or request and removed needs triage Needs triage labels Mar 16, 2024
@siherrmann
Copy link
Contributor Author

siherrmann commented Mar 18, 2024

What does enhancement mean? Does it mean that you don't see it as very important? For us it's currently breaking. Thank you for your help.

@alessandropettenuzzo96
Copy link

Adding an unknownValue in the decoding of the payment_method_types at line 59 of payment_intent.g.dart resolve the issue.

@dagyu dagyu mentioned this issue Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants