Consent Recurring Old

Cancel a recurring consent

post
Header parameters
SessKeystringRequired

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-TypestringRequiredExample: application/json
AcceptstringRequiredExample: application/json
Body
ConsentIDintegerOptional

ID of the consent to be cancelled

Example: 23
Responses
chevron-right
200

Recurring consent successfully cancelled

application/json
post
/APIcardProcREST/v1.0.0/ConsentRecurring/Cancel
200

Recurring consent successfully cancelled

Modify a recurring consent

post

For values which should not be altered use value 1 or “1”

Header parameters
SessKeystringRequired

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-TypestringRequiredExample: application/json
AcceptstringRequiredExample: application/json
Body
ConsentIDintegerOptional

ID of the consent to be modified

Example: 42
Responses
chevron-right
200

Recurring consent successfully modified

application/json
post
/APIcardProcREST/v1.0.0/ConsentRecurring/Modify
200

Recurring consent successfully modified

Last updated

Was this helpful?