v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
Business Trusted Beneficiary

Revoke the Trusted Beneficiary mark from an IBAN (business)

Single-call TOTP-confirmed untrust for a business. The supplied totpCode is verified and the trust is removed in a single request.

post/business/beneficiary/iban/untrust

Request body

businessIdstring uuid required
whitelistedIbanIdstring uuid required
totpCodestring required

6–8 character TOTP or recovery code, verified at the time of the request.

Example request

{
  "businessId": "8b1d5f2a-3c4e-4a6b-9f0d-7e2c1a4b5d6e",
  "whitelistedIbanId": "2f9c7a14-6b3d-4e8a-9c1f-0d5e6a7b8c90"
}

Response

Untrust applied.

okboolean required