For the complete documentation index, see llms.txt. This page is also available as Markdown.

Apply credit to an ACH transaction

post: https://easypay5.com/APIcardProcNumber/v1.0.0/ACH/ApplyCredit

{
  "TxID": 2,
  "CreditAmount": 15.25
}
{
  "ACH_ApplyCreditResult": {
    "ErrCode": 0,
    "ErrMsg": "",
    "FunctionOk": true,
    "RespMsg": "APPROVED 67210758 TXID 000041",
    "TxApproved": true,
    "TxID": 41
  }
}

SessKey string required

A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.

Example: A1842D663E9A4A72XXXXXXXX303541303234373138


Content-Type string required

Example: application/json


Accept string required

Example: application/json

TxID integer optional

Example: 2


CreditAmount number · float optional

Example: 15.25

Last updated

Was this helpful?