The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /v1.2/payments/ach HTTP/1.1
Host: devapi.billhighway.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"ClientId":0,"GroupId":0,"Amount":0,"RoutingNumber":"String","AccountNumber":"String","PayerName":"String","CheckNumber":"String","EmailAddress":"String","Memo":"String","Occurs":"String","NumberOfOccurences":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"amount":0,"confirmationNumber":"String","responseCode":"String","responseDescription":"String","resultCode":0}