Skip to main content

Terminate Consent

Deactivate and remove the consent that was previously authorized.

Process Flow

StepSenderReceiverProcess
1AcquirerAPI GatewayAcquirer initiates a consent removal process to API Gateway to terminate the consent.
2API GatewayAcquirerAPI Gateway will remove the consent and response back to acquirer.


Request

DELETE /v1/bw/consent?consentId=M00002010012700006

consentIdStringMax length: 35Required
Consent that was previously authorized for AutoDebit payment. It can be retrieved from response of payment method details enquiry.


Response

Data Object
messageIdStringMax length: 35Required
Unique message identification from RPP. This can be used to reconcile with RPP BackOffice or Reports.
End Data Object
messageStringMax length: 1024Required
Please refer to the list of reason codes.


Sample Response:

{
"data": {
"messageId": "20240117M0000201764OBW00000035"
},
"message": "U000"
}