v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
Business

Cancel Business Standing Order

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.

post/business/cancel

Request body

businessIdstring uuid required

Unique ID of the business for whom the standing order is to be cancelled

standingOrderIdstring 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

success

challengeIdstring uuid required

Unique challenge ID to be used for cancelling this standing order

dateExpiresstring 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.

Example response

{
  "dateExpires": "2024-07-25T06:49:13.606Z"
}