yii2mod / yii2-cashier

Yii2 Cashier provides an interface to Stripe's subscription billing services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for SEPA payments

kmindi opened this issue · comments

Apparently there is no support for SEPA at the moment.
It was proposed for the laravel cashier as well here: laravel/cashier-stripe#893

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

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.