Consent Subscription

Modify an existing subscription consent

post: https://easypay5.com/APIcardProcREST/v1.0.0/ConsentSubscription/Modify

{
  "ConsentID": 12,
  "ConsentMods": {
    "ExpMonth": 10,
    "ExpYear": 2022,
    "Email": "[email protected]",
    "Zip": "04106",
    "RPGUID": "",
    "CustomerRefID": "A123456",
    "ServiceDescrip": "Test",
    "PaymentAmt": 10,
    "PaymentAdjustDate": "2019-04-29T11:26:11.093Z",
    "OnHold": false
  }
}

Last updated

Was this helpful?