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": ""
  }
}

Last updated

Was this helpful?