I used the sample PHP code with dependencies including "authorizenet/authorizenet": "1.8.9" to create my own eCheck processing application, to run from my existing membership website.
I reached out to customer service regarding the language in the eCheck manual which states that WEB type transactions may be used for only personal checking or savings accounts. They insisted that WEB would in fact allow me to process business checking accounts, and told me that all internet transactions MUST use the WEB eCheck type.
However, in my Sandbox testing, the only way I can get businessChecking to process is with an eCheck type of CCD.
$bankAccount->setAccountType('businessChecking');
$bankAccount->setEcheckType('CCD');
Can someone please tell me if this is in fact the expected behavior, and whether it is acceptable to charge internet transactions as type CCD? Was I given the wrong information?
Thank you!
07-14-2016 10:46 PM - edited 07-14-2016 10:49 PM
07-15-2016 10:07 AM
Can you please verify then, is CCD an approved method for internet transactions?
Or, does this mean that there is no way to process business checking over the internet? The customer service representative told me that CCD was specifically for hands on transactions.
If it's ok for internet use, does the standard internet autorization agreement apply? The manual points to the written agreement for use with CCD.
Thank you!
07-15-2016 10:26 AM - edited 07-15-2016 10:29 AM
For anyone who happens to come across this post looking for the same thing, I was finally able to get confirmation from the eCheck underwriting department that CCD transactions may be used for "via internet" transactions and that written authorization is not a requirement; The standard internet authorization is acceptable.
07-22-2016 02:08 PM