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