Skip to main content

We've Launched a New Documentation Website (Beta Launch)

The documentation for DuitNow is now available on our newly launched documentation platform. This is an initial beta rollout of our new documentation site, designed to become the long-term home for all documentation moving forward.

You'll find the familiar content you're used to—now hosted on a new platform that will progressively receive updates and enhancements.

We encourage you to start accessing DuitNow materials there to explore the new experience and ensure you're viewing the latest documentation updates. If you have any feedback, please reach out to us.

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