List Outages [Deprecated]
Please use the Payment Methods API with this query param -
options.add_outage=true to get a list of outages.
This API will return list of outages with banks and payment gateways. At this point, we only return the Scheduled downtimes that are announced by the Bank. You may use this to suggest alternative payment methods to your customers during the checkout process.
An example checkout screen with downtime info:
The API will contain the current outages and those in the near future as well. Please check the start time & end time to show only the outages that are currently ongoing.
Consists of two parts.
Username: API Key obtained from Juspay dashboard
Password: Empty string
Example:- Basic MUQ2QUxxxxxxxxxxxxU5QTIxQzNFNTQwNkFDMEZCOg==
application/x-www-form-urlencoded
We recommend passing the customer_id as the x-routing-id. If the customer is checking out as a guest, you can pass an alternative ID that helps track the payment session lifecycle. For example, this could be an Order ID or Cart ID.
This ID is associated with the customer. It plays a key role in ensuring consistency and maintaining connections across different systems. If you fail to pass the same x-routing-id for the same customer in all related API calls, it could lead to issues with API functionality. Therefore, it’s crucial that you use the same x-routing-id for all requests tied to the same customer.
Example:- customer_1122
Outage ID generated by JusPay.
Object type of entity, in this case it’ll be outage.
Scope of the outage, one of BANK or GATEWAY. If GATEWAY, then all the payment methods supported by the gateway will be impacted. If BANK, then the issue pertains only to the bank.
Will be present only if the scope is GATEWAY. All the payment methods pertaining to the GATEWAY will be impacted. You can mitigate this risk by having multiple gateways for each of the payment methods. The probability that two gateways will be down simulateneously is extremely low.
Will be present only if the scope is BANK.
Will be present only if the scope is BANK. One of NB or CARD. If NB, then NetBanking is impacted. If CARD, then cards issued by the bank will not work.
Indicates the start time of the outage event.
Indicates the outage completion time.
description
list
2
2
Have questions?
- Need help? Contact support
- LLM? Read llms.txt

