---
title: "Mark a USDC address as Trusted Beneficiary (business)"
method: POST
path: "/business/beneficiary/address/trust"
tags: ["Business Trusted Beneficiary"]
---

# Mark a USDC address as Trusted Beneficiary (business)

`POST /business/beneficiary/address/trust`

Single-call TOTP-confirmed trust for a business USDC address. Only `USDC`, `USDC_POLYGON`, and `USDC_SOL` addresses are eligible; other currencies are rejected with `30075` (`CURRENCY_NOT_TRUSTABLE`). The address must already be whitelisted and activated, otherwise the request is rejected with `30073`. The supplied `totpCode` is verified in the same request.

## Request body

- object
  - `businessId` string, uuid, required
  - `whitelistedAddressId` string, uuid, required
  - `totpCode` string, required — 6–8 character TOTP or recovery code, verified at the time of the request.

## Response `200`

Trust applied.

- object
  - `ok` boolean, required

## Other responses

- `400` — Request was rejected. The `errorCode` field disambiguates (e.g. `30075` `CURRENCY_NOT_TRUSTABLE`).
- `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)
