---
title: "Fetch all payment downtimes"
method: GET
path: "/payments/downtimes"
tags: ["Payment Downtimes"]
---

# Fetch all payment downtimes

`GET /payments/downtimes`

Retrieve current and upcoming payment method downtimes for cards, netbanking, and UPI. Use to surface degraded methods in checkout UI.

## Response `200`

Collection of active and scheduled downtimes.

- object
  - `entity` 'collection'
  - `count` integer — Number of items in the current page.
  - `items` PaymentDowntime[]
    - `id` string
    - `entity` 'payment.downtime'
    - `method` 'card' | 'netbanking' | 'upi'
    - `begin` integer
    - `end` unknown
    - `status` 'scheduled' | 'started' | 'resolved' | 'updated'
    - `scheduled` boolean
    - `severity` 'high' | 'medium' | 'low'
    - `instrument` DowntimeInstrument
      - `bank` string
      - `network` string
      - `issuer` string
      - `psp` string
      - `vpa_handle` string
      - `card_type` string
      - `flow` string
    - `created_at` integer
    - `updated_at` integer

## Other responses

- `401` — Authentication failed. Invalid or missing API key credentials.
- `429` — Rate limit exceeded. Implement exponential backoff with jitter before retrying.

---

[API](https://skmtc.net/curlec/apis/razorpay-api.md) · [All operations](https://skmtc.net/curlec/apis/razorpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/curlec/razorpay-api/versions/824ca9e6faef/schema)
