> For the complete documentation index, see [llms.txt](https://traveloapi.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://traveloapi.gitbook.io/api/money-transfer-api/untitled-1.md).

# Is Bank Down or Perfect?

## Is Bank Down Or Perfect?

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/goipay/bank_down_status`&#x20;

#### Path Parameters

| Name       | Type   | Description                     |
| ---------- | ------ | ------------------------------- |
| gatkey     | string | gatkey (provided by traveloapi) |
| bank\_code | string | bank\_code                      |

{% tabs %}
{% tab title="200 " %}

```javascript
{
  "bank_name": "STATE BANK OF INDIA",
  "bank_status": "DOWN",
  "ifsc": "SBIN0001266",
  "response_type_id": 200
}
```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "Invalid Request",
    "status": "error",
    
}
```

{% endtab %}
{% endtabs %}
