---
title: "Set Scheduled Refresh"
method: PATCH
path: "/v3/{customerId}/BankingServices/SetScheduledRefresh"
tags: ["Connect"]
---

# Set Scheduled Refresh

`PATCH /v3/{customerId}/BankingServices/SetScheduledRefresh`

Enable or disable nightly refreshes for a specific account.

## Path parameters

- `customerId` string, required

## Request body

- object
  - `loginId` string — Access Token that's associated with a customer account.
  - `isActivated` boolean, required — Enabled or disabled (true or false).

## Response `200`

Success

- string — Confirmation message.

## Other responses

- `400` — Invalid Login

---

[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)
