thephpleague / omnipay-common

Core components for the Omnipay PHP payment processing library
MIT License
329 stars 243 forks source link

Bank Account Support? #12

Open bassrock opened 10 years ago

bassrock commented 10 years ago

Are there plans to add bank account support to the common api so that it can be used in the sub apis?

bassrock commented 10 years ago

check out the base work here I started within authorize.net:

https://github.com/DABSquared/authorizenet

greydnls commented 10 years ago

Thank you for the hard work on this, @bassrock

I don't believe most of our gateways accept ACH payment. As such, I don't think this would be moved into the common API. I need to think on that a little further.

hugohenrique commented 8 years ago

Any news? Already can be closed?

dawesi commented 7 years ago

there are other gateways poli (burnbright/omnipay-poli) that have been implemented which uses AU bank accounts only. also MOL (leesiongchan/omnipay-molpay ) uses asian 7-eleven stores where you can pay cash for yet another implementation in this direction.

judgej commented 7 years ago

To do this properly (i.e. natively), I believe the Card needs to be abstracted out to a PaymentMethod. Then as well as cards, and can have bank accounts. And tokenised cards, and saved cards, and direct debit requests, etc. I've been a bit detached from Omnipay recently (life is busy), so not sure whether there is any work ongoing to standardise this for v3 or later.