---
title: "Get Nightly Refresh Status"
method: GET
path: "/v3/{customerId}/BankingServices/GetNightlyRefreshStatus"
tags: ["Connect"]
---

# Get Nightly Refresh Status

`GET /v3/{customerId}/BankingServices/GetNightlyRefreshStatus`

Troubleshoot nightly refreshes and see ineligible accounts.

## Path parameters

- `customerId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- object
  - `HttpStatusCode` integer — HTTP status code of the response.
  - `IneligibleCards` object[] — Array of cards that are not eligible for nightly refresh.
    - `LoginId` string — Unique identifier for the user's account.
    - `LastRefreshDate` string — Date and time of the last refresh attempt.
    - `LastRefreshState` string — State of the last refresh attempt.
    - `LastRefreshErrorCode` string, nullable — Error code from the last refresh attempt, if applicable.

---

[API](https://skmtc.dev/flinks/apis/flinks-api.md) · [All operations](https://skmtc.dev/flinks/apis/flinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flinks/flinks-api/revisions/0983646f91b4/schema)
