Authorizations
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.
Headers
API version to be used. Format is in YYYY-MM-DD.
Path Parameters
The unique identifier of the downtime.
Response
OK
Response returned when fetching incident details 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 Incident
- Card Incident
- NetBanking Incident
- Wallet incident
{
"upi": {
"upi_issuer": ["ALL_BANKS"],
"upi_psp": ["ALL_PSP"],
"upi_vpa": ["ybl"],
"is_npci_downtime": false
}
}