yii2mod / yii2-cashier

Yii2 Cashier provides an interface to Stripe's subscription billing services.
MIT License
45 stars 22 forks source link

Support for SEPA payments #17

Open kmindi opened 4 years ago

kmindi commented 4 years ago

Apparently there is no support for SEPA at the moment. It was proposed for the laravel cashier as well here: https://github.com/laravel/cashier/pull/893

At least in germany it is not very common to pay via credit card but usually per SEPA direct debit.

kmindi commented 4 years ago

I think with #15 the checkout process of stripe is used that should support SEPA if the used Stripe account uses it of course. Confirmation would still be nice though.