Consent Subscription
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
ID of the consent to be modified
12
POST /APIcardProcREST/v1.0.0/ConsentSubscription/Modify HTTP/1.1
Host: easypay5.com
SessKey: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-Type: application/json
Accept: application/json
Content-Length: 263
{
"ConsentID": 12,
"ConsentMods": {
"ExpMonth": 10,
"ExpYear": 2022,
"Email": "noreply@easypaysolutions.com",
"Zip": "04106",
"RPGUID": "",
"CustomerRefID": "A123456",
"ServiceDescrip": "Test",
"PaymentAmt": 10,
"PaymentAdjustDate": "2019-04-29T07:26:11.0932908-04:00",
"OnHold": false
}
}
Subscription consent successfully modified
{
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"RespMsg": "Consent successfully modified"
}