Modify a recurring consent
post: https://easypay5.com/APIcardProcREST/v1.0.0/ConsentRecurring/Modify
{
"ConsentID": 42,
"ConsentMods": {
"ExpMonth": 10,
"ExpYear": 2028,
"Email": "[email protected]",
"Zip": "04101",
"CustomerRefID": "A123456",
"ServiceDescrip": "Test",
"RPGUID": ""
}
}{
"ConsentRecurring_ModifyResult": {
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"ModifySuccess": true,
"RespMsg": "Success : Modified Consent ID : 42"
}
}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
ID of the consent to be cancelled
Example: 42
ConsentMods object optional
ExpMonth integer optional
Expiration month of the card
Example:
10ExpYear integer optional
Expiration year of the card
Example:
2028Email string · email optional
Email associated with the consent
Example:
[email protected]Zip string optional
ZIP code associated with the consent
Example:
04101CustomerRefID string optional
Customer reference ID
Example:
A123456ServiceDescrip string optional
Description of the service
Example:
TestRPGUID string optional
A custom, user-defined reference ID or value.
Example:
adf98580-b4ab-42fc-bb99-01c89964afe9
Last updated
Was this helpful?