v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
Trusted Beneficiary

Confirm trust (IBAN or address) with the chosen SCA factor

Provide exactly one of whitelistedIbanId or whitelistedAddressId. For USDC addresses, address eligibility is re-checked at confirmation time. — Required body fields per factor: sms needs challengeId and code (6-digit numeric); totp needs code (6–8 characters); passkey needs origin and credential.

post/wallets/beneficiary/confirm-trust

Request body

userIdstring required
whitelistedIbanIdstring

Required when trusting an IBAN.

whitelistedAddressIdstring

Required when trusting a USDC address.

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

Defaults to sms when omitted.

challengeIdstring

Required for sms.

codestring

6-digit OTP for sms; 6–8 char code for totp.

originstring

Required for passkey.

Response

Trust applied.

okboolean required