---
page_title: Health Check
product: Jusbiz - Payouts
page_source: https://juspay.io/in/docs/jusbiz/docs/integration/health-check
openapi: https://juspay.io/in/docs/api/swagger?document=https%3A%2F%2Fjuspay.io%2Fin%2Fdocs%2Fjusbiz%2Fdocs%2Fintegration%2Fhealth-check
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/jusbiz/llms.txt
---

## API Version: default


# Health Check API



Health Check API can provide information regarding health of the JusBiz system## Endpoints:
- Sandbox: https://sandbox.biz.juspay.in/ardra/health

- Production: https://biz.juspay.in/ardra/health

## Request Type: 
GET

## Content-Type: 
application/json

## Sample Code Snippets:
### Code Snippets:

#### Request Code Snippet:

```request
curl --location 'https://biz.juspay.in/ardra/health'
```

## API Responses:
### 200:

#### status:
- Description: Status field indicates impact of downtime on the beneficiary bank. In case of severe impact it will be DOWN, while in case of a moderate or low impact it will be FLUCTUATE
- Value:  FLUCTUATE | DOWN
- Tags: String

#### bankName:
- Description: Name of the bank (not applicable on UPI_ID)
- Tags: String

#### ifscIdentifier:
- Description: First four letters of bank facing downtime (only applicable on ACCOUNT_IFSC)
- Value: e.g., HDFC | ICIC | YESB 
- Tags: String

#### vpaHandler:
- Description: VPA handle facing downtime (only applicable on UPI_ID)
- Value:  e.g., @oksbi
- Tags: String

#### bankCode:
- Description: 6 digit bank code for the bank facing downtime (not applicable on UPI_ID)
- Value:  e.g., 607152 | 607153
- Tags: String

#### mode:
- Description: Indicates the payout rail affected by downtime. 
- Value:  e.g., VISADIRECT | MASTERSEND | IMPS | UPI
- Tags: String

#### gateway:
- Description: Name of the gateway facing downtime (in case downtime is limited to particular gateway)
- Tags: String


---

## See Also

- [Delete Virtual Card](https://juspay.io/in/docs/jusbiz/docs/integration/delete-virtual-card)
- [Authorization Data](https://juspay.io/in/docs/jusbiz/docs/integration/authorization-data)
