v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
Business Trusted Beneficiary

Mark an IBAN as Trusted Beneficiary (business)

Single-call TOTP-confirmed trust for a business. Unlike the consumer two-step initiate→confirm flow, the business endpoint verifies the supplied totpCode and applies the trust in a single request. The IBAN must already be whitelisted and activated, otherwise the request is rejected with 30073.

post/business/beneficiary/iban/trust

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

Trust applied.

okboolean required