> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment Downtime

> Check the Payment Downtime API to view a list of affected payment methods during downtime.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
</div>

Downtime is when one or more payment options underperform, leading to considerable delays in payment processing. These downtimes are due to technical issues or outages at Razorpay's partner or issuing banks.<br /><br />

Razorpay informs you about the downtime to communicate it to your customers and display only the unaffected payment methods while accepting payments from them. You can poll the API or configure Webhooks to be notified of the downtimes and plan the remediation steps accordingly. Downtime communication for the payment methods such as cards and paynow is available.<br /><br />

<CardGroup cols={2}>
  <Card title="Fetch Payment Downtime Details" href="/docs/sg/api/payments/downtime/fetch-all">
    `GET` `/v1/payments/downtimes`

    Retrieves details of Payment Downtime.
  </Card>

  <Card title="Fetch Payment Downtime Details With ID" href="/docs/sg/api/payments/downtime/fetch-with-id">
    `GET` `/v1/payments/downtimes/:id`

    Retrieves details of a Payment Downtime with id.
  </Card>
</CardGroup>

## Related Guides

* [About Downtime](/docs/sg/payments/payments/downtime-updates)
* [Set Up Webhooks](/docs/sg/webhooks/setup-edit-payments)
* [Webhook Payloads](/docs/sg/webhooks/payments#payments-downtime)
