Listen on your webhook endpoint so your integration can automatically trigger updates.
Developers > Webhooks
). These endpoints will receive HTTP POST requests containing JSON payloads whenever specific events happen in your Cashfree account. This allows your application to react promptly to changes such as successful payments, failed transactions, or new chargebacks.
NOTIFY_URL
- This is the default configuration added to your account and configurations here cannot be edited or deleted. This configuration will be applicable to only the URLs sent in the notify_url param of Create Order API within the order_meta objectpayment
webhooksx-webhook-timestamp
.x-webhook-signature
.2023-08-01
. To migrate from an older version to a newer version, we recommend the following steps:
Add webhook for new version
Update your code to return 200 for new webhooks
Update your webhook code to process events for the new endpoint
Disable old webhook endpoint