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 WebsiteTerminate Consent
Deactivate and remove the consent that was previously authorized.
Process Flow

| Step | Sender | Receiver | Process |
|---|---|---|---|
| 1 | Acquirer | API Gateway | Acquirer initiates a consent removal process to API Gateway to terminate the consent. |
| 2 | API Gateway | Acquirer | API Gateway will remove the consent and response back to acquirer. |
Request
DELETE /v1/bw/consent?consentId=M00002010012700006
| consentId | String | Max length: 35 | Required | |||
| Consent that was previously authorized for AutoDebit payment. It can be retrieved from response of payment method details enquiry. | ||||||
Response
Data Object | ||||||
| messageId | String | Max length: 35 | Required | |||
| Unique message identification from RPP. This can be used to reconcile with RPP BackOffice or Reports. | ||||||
End Data Object | ||||||
| message | String | Max length: 1024 | Required | |||
| Please refer to the list of reason codes. | ||||||
Sample Response:
{
"data": {
"messageId": "20240117M0000201764OBW00000035"
},
"message": "U000"
}