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 e-sign verification occurs.
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 |
---|---|
E_SIGN_VERIFICATION_SUCCESS | You will receive this event when the e-sign verification is a success. |
E_SIGN_VERIFICATION_FAILURE | You will receive this event when the e-sign verification is a failure. |
E_SIGN_VERIFICATION_EXPIRED | You will receive this event when the e-sign verification is expired. |
Note: Verifying the signature is mandatory before processing any response. Refer to Signature Verification for more details.