---
title: "Confirm untrust (IBAN or address) with the chosen SCA factor"
method: POST
path: "/wallets/beneficiary/confirm-untrust"
tags: ["Trusted Beneficiary"]
---

# Confirm untrust (IBAN or address) with the chosen SCA factor

`POST /wallets/beneficiary/confirm-untrust`

Same body shape as `/wallets/beneficiary/confirm-trust` — provide exactly one of `whitelistedIbanId` / `whitelistedAddressId`, plus the factor-specific verification fields.

## Request body

- object
  - `userId` string, required
  - `whitelistedIbanId` string
  - `whitelistedAddressId` string
  - `verificationMethod` 'sms' | 'totp' | 'passkey' — Defaults to `sms` when omitted.
  - `challengeId` string — Required for `sms`.
  - `code` string — 6-digit OTP for `sms`; 6–8 char code for `totp`.
  - `origin` string — Required for `passkey`.
  - `credential` object — WebAuthn assertion. Required for `passkey`.
    - `id` string
    - `rawId` string
    - `type` string
    - `response` object
      - `clientDataJSON` string
      - `authenticatorData` string
      - `signature` string
      - `userHandle` string
    - `clientExtensionResults` object — WebAuthn client extension results.
      - `appid` string — Optional appid extension result.

## Response `200`

Untrust applied.

- object
  - `ok` boolean, required

## Other responses

- `400` — Request was rejected. The `errorCode` field disambiguates.
- `401` — Invalid API key or HMAC signature.

---

[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)
