thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.94k stars 927 forks source link

Icepay Gateway #265

Open greydnls opened 9 years ago

greydnls commented 9 years ago

New Gateway requested via stack overflow here: http://stackoverflow.com/questions/30297343/using-omnipay-with-icepay/30306283?noredirect=1#comment48740729_30306283

reinos commented 9 years ago

API Docs can be found here; https://icepay.com/nl/en/documentation/developer-network/

Any idea when this Gateway is ready?

barryvdh commented 9 years ago

I don't think anyone started yet, but you can help by forking https://github.com/thephpleague/omnipay-skeleton and start implementing :)

reinos commented 9 years ago

What is the best way of implementing? I have no idea where to start...

greydnls commented 9 years ago

Fork or clone the omnipay-skeleton repo. Take a look at the other gateways to see how to implement requests, etc. I would suggest omnipay-paypal or omnipay-stripe as they're both very feature rich gateways.

reinos commented 9 years ago

Ok, thanks. I start with Mollie, because that one looks the same as the basic integration for icePay.

But Is there some sort of Class documentation?

kiettran commented 5 years ago

Better late than never, but have a look at https://github.com/superbrave/omnipay-icepay-payments.