thephpleague / omnipay-buckaroo

Buckaroo driver for the Omnipay PHP payment processing library
MIT License
13 stars 30 forks source link

Added the iDEAL processing gateway #31

Closed janyksteenbeek closed 5 years ago

janyksteenbeek commented 5 years ago

Buckaroo allows you to hook up your external iDEAL contracts to your account and process payments via your own contracts. However, when doing so, you need to pass the idealprocessing payment method instead of the ideal method (docs).

This PR implements an additional gateway specifically for iDEAL processing.