thephpleague / omnipay

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

ACH Processing #654

Open cary42 opened 3 years ago

cary42 commented 3 years ago

I'm trying to figure out if ACH processing is supported. It looks like someone mentioned it 7 years ago but I don't see a follow up. I'm currently using NMI_DirectPost which should have the option of either passing in credit card information or ACH information as listed here: https://secure.networkmerchants.com/gw/merchants/resources/integration/integration_portal.php#transaction_variables

Is this possible?