thephpleague / omnipay-pin

Pin Payments driver for the Omnipay PHP payment processing library
MIT License
12 stars 14 forks source link

/bank_accounts #14

Closed watzing closed 8 years ago

watzing commented 8 years ago

Is there any plan to add other features of the API to this library? In particular creating a recipient and creating a transfer? Or is that beyond the scope of this library?

Thanks!

delatbabel commented 8 years ago

Generally speaking it's only the scope of omnipay to handle inwards payments not outwards payments. However there is no reason that additional functionality should not be merged in if you had a PR to contribute. Please adhere to the existing standards -- documentation, code quality, testing etc.