thephpleague / omnipay-stripe

Stripe driver for the Omnipay PHP payment processing library
MIT License
180 stars 168 forks source link

can't use it with klarna or sofort #222

Open ikhattaab opened 1 year ago

ikhattaab commented 1 year ago

Does this driver support payment method types other than card ? the only example mentioned in comments is card payment.

judgej commented 1 year ago

I'm interested in adding ACH processing too. Whether it can be patched onto each driver in their own unique ways, or supported with new objects in the core (e.g. BankAccount to sit alongside CreditCard, perhaps splitting out personal details from the card) I'm not sure. Certainly could involve breaking changes, or patching without breaking changes could add to the complexity by leaving drivers to become less consistent.