---
title: "Cancel a Scheduled Transfer"
method: PATCH
path: "/v1/accounts/{account_id}/scheduled_transfers/{id}/cancel"
tags: ["Scheduled Transfers"]
---

# Cancel a Scheduled Transfer

`PATCH /v1/accounts/{account_id}/scheduled_transfers/{id}/cancel`

Cancels the scheduled transfer specified in the request URL. Note that the customer must already have authorized and confirmed scheduled transfer. **Note**: This call triggers the [change request](https://docs.solarisgroup.com/guides/digital-banking/strong-customer-authentication/#change-request-process) process.

## Path parameters

- `id` string, required
- `account_id` string, required

## Request body

- object
  - `authorizer_id` string, required — The ID of the person who should authorize the scheduled transfer.

## Response `202`

The request is accepted, and the customer must confirm the change request.

- ChangeRequestStart
  - `id` string — ID of the change request.
  - `status` 'ACCEPTED' | 'AUTHORIZATION_REQUIRED' | 'CONFIRMATION_REQUIRED' | 'COMPLETED' | 'FAILED' — The current status of the change request.
  - `updated_at` string, date-time — UTC timestamp from the last time the change request was updated.
  - `url` string — URL to use to authorize the change request.

## Other responses

- `400` — Invalid request.
- `403` — You are not authorized to perform this action.
- `404` — The resource could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/sepa-transfers.md) · [All operations](https://skmtc.net/solarisgroup/apis/sepa-transfers/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/sepa-transfers/revisions/f1fef352d976/schema)
