Documentation Index
Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Webhooks are server callbacks to your server from Cashfree Payments. Webhooks are event-based and are sent when specific events related to the transaction happen.
Terminal status update webhook
The new terminal status update webhook notifies you about the terminal status update, and gives you comprehensive information about terminal updates.
{
"data":{
"added_on":"2024-03-07 15:11:02"
"cf_terminal_id":1234
"last_updated_on":"2024-04-26 12:16:08"
"terminal_id":1233
"terminal_name":"ABC"
"terminal_phone":"9696969696"
"terminal_status":"PROVISIONALLY_ACTIVE"
"terminal_type":"STOREFRONT"
"review_remarks":"approved"
}
"event_time":"2024-04-26T12:16:08+05:30"
"type":"TERMINAL_STATUS_UPDATE"
}