Skip to main content

We've Launched a New Documentation Website

This documentation site is no longer being updated and may not contain the latest information.

We encourage all participants to start using the new documentation site to explore the improved experience and ensure you're always viewing the most up-to-date documentation.

If you have any feedback, please reach out to us.

View This Page on the New Documentation Website

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