Process payment with ACH annual consent
post: https://easypay5.com/APIcardProcREST/v1.0.0/ACH/ProcPayment
{
"ConsentID": 21,
"ProcessAmount": 5.1
}{
"ACHConsentAnnual_ProcPaymentResult": {
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"RespMsg": "APPROVED 67210748 TXID 000035",
"TxApproved": true,
"TxID": 72,
"uniqueTranID": "16790131F349BCBA"
}
}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
ConsentID integer optional
Example: 21
ProcessAmount number · float optional
Example: 5.1
Last updated
Was this helpful?