I was just thinking to myself how to tackle an implementation of accepting credit cards through laravel. I want a system to which users can interact with each other and buy things from each other, so I'd be the 'middle man'. Is that legal?
Any ideas?
Read your comment:
I was just wondering if there is one that works best with laravel, thus I wanted an opinion.
This question is somewhat convoluted, as Laravel is a framework that tries to restrict you as little as possible and therefore works great with everything. So there is no one payment gateway that works better with Laravel.
That being said you can save some work by using client library/bundle written already. If this is your intent you can look for the existing bundles at this page.