English 中文(简体)
How to create and submit an ACH file?
原标题:

How can I create an ACH file in a Java application (although the language isn t important) and submit it to be processed? I need to know the format of the ACH file and then what to do with it afterwards. Looking at this question, I see links to external processors. Do I need to use a third party to submit the file?

Creating the file isn t hard (although I can t find details on the format), but then having a file on my hard drive doesn t do any good. If I have to use a third party, what are some good services?

问题回答

Another third-party that offers ACH service is SecureNet LLC. However, check with your bank. Many banks that provide business services (as opposed to consumer services) have ACH Origination, which means that they will process the transactions for you. Direct service with your existing financial institution will mean faster credits/debits and (usually) lower fees.

You do need a third party to process the file as you cannot connect to the banks directly. Authorize.Net offers an eCheck service and has an API available that allows you to submit ACH payments.





相关问题
How to create and submit an ACH file?

How can I create an ACH file in a Java application (although the language isn t important) and submit it to be processed? I need to know the format of the ACH file and then what to do with it ...

Zaypay alternatives for payments using call or sms

We are currently trying to implement a payment provider in zaypay for paying for services using sms or by calling a number. We already have google checkout and paypal working for regular payments but ...

Looking for a payment gateway [closed]

I m looking for a payment gateway company so we can avoid tiresome PCI-DSS certification and its associated expenses. I ll get this out the way now, I don t want Paypal. It does what I want but it s ...

recurring payment on a specific date

I need to create a recurring payment that should process only twice. First, I need to get an advance amount and remaining amount should be payed in another date. Now, I would like to have the time ...

ecommerce stock management with external payment gateway

this question is similar to this one but with a twist (so the answer accepted for the older question is not valid in the following scenario) i have a site for selling tickets (PHP/MYSQL). Suppose i ...

热门标签