---
title: "Execute a standing order"
method: PATCH
path: "/v1/standing_orders/{standing_order_id}/execute"
tags: ["(Legacy) Standing orders"]
---

# Execute a standing order

`PATCH /v1/standing_orders/{standing_order_id}/execute`

Executes the standing order specified in the request URL on the date of its next occurrence.

## Path parameters

- `standing_order_id` string, required

## Request body

- object
  - `description` string

## Response `202`

The request was accepted. The transaction will be executed when the standing order is scheduled to occur next.

## 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.
- `default` — Unexpected 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)
