Skip to main content
Configure an endpoint to receive instant notifications when your terminal’s status changes through Cashfree Offline Payments.

Terminal status update webhook

The terminal status update webhook is triggered when a terminal’s status changes. The payload includes the updated terminal details and the event timestamp.
{
    "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"
}