diff --git a/content/data/bav/reverse-penny-drop/api-integration.mdx b/content/data/bav/reverse-penny-drop/api-integration.mdx
index c2dc9095..76d55bd7 100644
--- a/content/data/bav/reverse-penny-drop/api-integration.mdx
+++ b/content/data/bav/reverse-penny-drop/api-integration.mdx
@@ -339,8 +339,6 @@ This API lets you test the end to end flow without an actual payment. This will
Below are the summary of the notifications which need to be processed on your server by exposing an endpoint for Setu to send an HTTP POST request.
-These notifications/webhooks are sent by Setu when the end user makes a payment and when banking partners send bank account details of the end user.
-
-_Please note that `accountType` can be `BANK_ACCOUNT`, `PPI` or `UNKNOWN`_
+##### 1. RPD_VERIFICATION_UPDATE Webhook
+
+This webhook is sent when the end user makes a payments.
+
+_`accountType` can be `BANK_ACCOUNT`, `PPI` or `UNKNOWN`_
- `PPI`, if the payment happened from a PPI (Pre Paid Instrument) account and not a valid bank account
- `BANK_ACCOUNT`, if the payment happened from a valid bank account and the IFSC is in the RBI database
@@ -363,14 +365,12 @@ _Please note that `accountType` can be `BANK_ACCOUNT`, `PPI` or `UNKNOWN`_
`UNKNOWN`, please notify us at support@setu.co.
statusCode | +statusDescription | +
---|---|
R01 | +The customer's debit attempt failed. | +
R02 | +Payment authorization took too long. | +
R03 | +The customer's bank is taking too long to respond. | +
R04 | +The debit process took too long. | +
R05 | +Connection timed out during the credit request process. | +
R06 | +The transaction exceeds the risk threshold. | +
R07 | +The customer's bank is unavailable. | +
R08 | +This transaction isn't permitted for the beneficiary. | +
R09 | +Connection timed out during the debit request process. | +
R12 | +Beneficiary bank response time is too high. | +
R13 | +The total debit amount exceeded the set limit. | +
R14 | +Transaction details mismatch. | +
R16 | +The requested function is not supported for the beneficiary. | +
R20 | +Receiver/beneficiary is not available, causing a timeout. | +
R22 | +The debit acknowledgement was not received. | +
R25 | +Duplicate transaction request. | +
R100 | +Any other upstream server error. | +