Payment Webhooks
Read about all asyncronous events initiated by Cashfree for this entity
Webhooks are server callbacks to your server from Cashfree Payments. We send webhooks for three different events for a payment
.
- payment success webhook
- payment failed webhook
- payment user dropped webhook
Payment Success Webhook
A payment success webhook is triggered when a payment is successfully completed. You can use this for: Updating order status, triggering fulfillment, send confirmation to customer.
Payment Failed Webhook
The payment failed webhook notifies you when a payment attempt fails and we receive a failed response from the bank. Use case: Update order status, notify customer, initiate retry flow
Payment User Dropped Webhook
The User Dropped Webhook notifies you when your customer abandons the payment flow. It will help you understand if customers attempted to pay or not. Some common scenarios where the transaction will be marked as USER_DROPPED are:
- User was redirected to the bank’s OTP page, but never entered the OTP.
- User was redirected to open the UPI app, but never entered the UPI PIN.
- User was shown the 3ds OTP modal, but did not enter the OTP.
Sample Payload by Payment Method
The instrument used for making a payment will vary by the payment methods used by the customer. Details of the payload by payment method are documented for reference.
Was this page helpful?