Error when trying to use "Pay by Bank" (UK) payment method with PaymentSheet #2219
Unanswered
rushabhnavadiya
asked this question in
Q&A
Replies: 1 comment
-
|
Hi thanks for the report. I would recommend contacting stripe about this particular issue. We just build a wrapper around the native sdks and this error is coming form the native sdk. I think some configuration is wrong (probably pay by bank is not added on the dashboard). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to show only the Pay by Bank (UK) option in the Stripe PaymentSheet using flutter_stripe, but I keep getting an error when calling presentPaymentSheet.
I can successfully create a payment intent and initialize the sheet, but when presenting it, the app crashes with serialization errors.
Flutter Code
Backend – Node.js Code
Error Logs
Expected Behavior
The PaymentSheet should show only the Pay by Bank (UK) option and allow the user to complete payment.
Actual Behavior
PaymentSheet initialization succeeds, but when presenting, it fails with a SerializationException related to pay_by_bank.
Stripe logs say:
Error from Stripe: None of the requested payment methods (pay_by_bank) are supported.Environment
Notes
payment_method_types: ["pay_by_bank"].Beta Was this translation helpful? Give feedback.
All reactions