v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
Business

Confirm or Cancel a business standing order with an OTP

Confirm or Cancel a business standing order with an OTP (5 attempts allowed). Identical to POST /confirm except the owner is identified by businessId instead of userId.

post/business/confirm

Request body

businessIdstring uuid required

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

challengeIdstring uuid required

The challenge ID linked to this standing order

verificationMethod'sms' | 'totp' | 'passkey'

SCA factor used to confirm — must match the factor selected at create/cancel time. Defaults to sms.

verificationCodestring

The one-time code. Required when verificationMethod is sms or totp; omit for passkey.

originstring

Browser-supplied origin from the WebAuthn ceremony. Required when verificationMethod is passkey.

Response

success

idstring uuid required

The unique ID of this standing order

businessIdstring uuid required

The unique business ID for this standing order

status'CANCELLED' | 'ACTIVE' | 'PAUSED' required

The status of this standing order