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

Modify a recurring consent

post: https://easypay5.com/APIcardProcNumber/v1.0.0/ConsentRecurring/Modify

{
  "ConsentID": 42,
  "ConsentMods": {
    "ExpMonth": 10,
    "ExpYear": 2028,
    "Email": "sean@easypaysolutions.com",
    "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: 10


ExpYear integer optional

Expiration year of the card

Example: 2028


Email string · email optional

Email associated with the consent

Example: sean@easypaysolutions.com


Zip string optional

ZIP code associated with the consent

Example: 04101


CustomerRefID string optional

Customer reference ID

Example: A123456


ServiceDescrip string optional

Description of the service

Example: Test


RPGUID string optional

A custom, user-defined reference ID or value.

Example: adf98580-b4ab-42fc-bb99-01c89964afe9

Last updated

Was this helpful?