Fetches details of a specific downtime using its unique ID.
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
API version to be used. Format is in YYYY-MM-DD. API version to be used
The unique identifier of the downtime.
Success response for Fetch Downtime by ID.
Success response for Fetch Downtime by ID.
Unique identifier for the incident.
"incident_20240415091057099071"
Impact level of the incident.
HIGH, MEDIUM, LOW "MEDIUM"
Description of the issue.
"Some UPI transactions are failing due to intermittent issues with NPCI."
Start time of the incident.
"2025-04-15T08:00:00Z"
End time of the incident, if applicable; null if still ongoing.
"2025-04-16T08:00:00Z"
Current status of the incident.
ACTIVE, UPCOMING, RESOLVED "ACTIVE"
Type of the incident.
"SCHEDULED"
The UPI incident object will show details about the incident affecting UPI payments.
{
"upi": {
"upi_issuer": ["ALL_BANKS"],
"upi_psp": ["ALL_PSP"],
"upi_vpa": ["ybl"],
"is_npci_downtime": false
}
}