---
title: "Cancel Business Standing Order"
method: POST
path: "/business/cancel"
tags: ["Business"]
---

# Cancel Business Standing Order

`POST /business/cancel`

Cancelling a business standing order requires confirmation via POST /business/confirm. Identical to POST /cancel except the owner is identified by `businessId` instead of `userId`.

## Request body

- BusinessCancelStandingOrderRequest
  - `businessId` string, uuid, required — Unique ID of the business for whom the standing order is to be cancelled
  - `standingOrderId` string, uuid, required — The unique ID of the standing order to be cancelled
  - `verificationMethod` 'sms' | 'totp' | 'passkey' — SCA factor to issue the cancellation challenge against. Defaults to sms.

## Response `201`

success

- CancelStandingOrderResponse
  - `challengeId` string, uuid, required — Unique challenge ID to be used for cancelling this standing order
  - `dateExpires` string, date-time, required — Date at which this challenge ID expires. If this expires, please create a new cancellation request.
  - `verificationMethod` 'sms' | 'totp' | 'passkey' — SCA factor that the cancellation challenge is bound to.

## Other responses

- `400` — Bad Request. The request was unacceptable, often due to missing a required parameter.
- `401` — Invalid authentication header
- `500` — Unexpected server error.

---

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