Webhooks are server callbacks to your server from Cashfree payments.
Webhooks are event-based notifications that are received when a specific event related to the reverse penny drop verification occurs.
In rare cases, such as network retries, read timeouts, processing delays, or delivery failures, the same webhook might be sent more than once for the same event. To prevent unintended side effects, implement idempotency in your webhook handler to handle duplicate deliveries.
Add your webhook URL in our system for us to deliver webhook events.
Follow the instructions below to configure the webhook URL. Ensure to provide the publicly accessible HTTPS URL to your webhook endpoint.
Add Webhook
Event | Description |
---|---|
RPD_BANK_ACCOUNT_VERIFICATION_SUCCESS | The reverse penny drop verification is a success. |
RPD_BANK_ACCOUNT_VERIFICATION_EXPIRED | The reverse penny drop verification expired. |
RPD_BANK_ACCOUNT_VERIFICATION_FAILURE | The reverse penny drop verification is a failure. |
Note: Verifying the signature is mandatory before processing any response. Refer to Signature Verification for more details.