solidusio / solidus_stripe

💳 Integrate Solidus with Stripe
https://stripe.com
BSD 3-Clause "New" or "Revised" License
36 stars 62 forks source link

Problems detecting and using Stripe payment methods other than credit cards #300

Closed rainerdema closed 1 year ago

rainerdema commented 1 year ago

Introduction

Even if there is already partial support for non-card Stripe Payment Methods, they still need to be fully supported.

Current behavior

When trying to add a sepa_debit payment method type, by enabling it from the Stripe dashboard, these are the problems encountered:

Expected behavior

It's expected to see the supported and enabled Stripe payment methods in the checkout payment section and be able to use them (even without a dedicated configuration other than the one made for credit cards).