Hello,
I'm trying to add ACH option to our existing credit card processing through clover. Following documentation at https://docs.clover.com/docs/ach-telecheck, I'm able to create ACH token. The next step should be to charge it. Any charge request is replied with an "500 Internal Server Error". Here's the full reply:
{
"message": "500 Internal Server Error",
"error": {
"code": "processing_error",
"message": "Internal Server Error."
}
}
Interestingly exactly the same charge request with credit card token succeeds, so the problem seems to be related to processing ACH tokens only. Documentation is very scarce and I'm unable to find any relevant information. Can somebody help and point me to the right direction, please?
Thanks,
Michael