---
title: "Get BR profile"
method: GET
path: "/api/fma/v1/br"
tags: ["Managed Custody Mode"]
---

# Get BR profile

`GET /api/fma/v1/br`

Fetch the user's banking profile, including IBAN, fiat limits, contacts, deposit bank details, and card eligibility. Limits are denominated in CHF over a rolling 30-day window. The EUR/CHF IBAN receives EUR and CHF deposits only; a USD IBAN is provisioned separately via POST /v1/apply-usd-payin and then appears under the USD key of depositBank.

## Headers

- `X-Api-Signature` string, required
- `X-Api-Deadline` string, required
- `X-Api-PublicKey` string, required
- `X-Ur-Id` string
- `X-External-User-Id` string

## Response `200`

Standard envelope. Business errors return HTTP 200 with a non-zero code.

- McBrResponse — Standard UR OpenAPI response envelope. code 0 means success; a non-zero code is a business error described by message.
  - `code` integer, required — 0 on success; non-zero business error code.
  - `message` string, required — Human-readable explanation. May be empty on success.
  - `data` McBrProfile
    - `tokenId` integer — The user's URID token ID.
    - `br` string — Beneficiary name.
    - `iban` string — The user's default personal Swiss IBAN. Receives EUR and CHF deposits; it does not receive USD.
    - `email` string
    - `mobile` string
    - `debitCard` string — Debit card type.
    - `isCardEligible` boolean — Whether the user is eligible for card creation.
    - `cards` string[] — List of existing cards.
    - `cardActivation` McCardActivation — Minimum balance required to activate a card.
      - `amount` number — Required activation amount.
      - `currency` string — Currency of the activation amount.
    - `street` string
    - `postalCode` string
    - `city` string
    - `country` string — Country code (ISO 3166 alpha-3).
    - `limits` McFiatLimits — Rolling 30-day fiat limits, denominated in CHF. FX, card spending, on-ramp, and payout share this bucket.
      - `restartDate` string — Date when the rolling window restarts.
      - `restartDateMs` integer — Restart timestamp in milliseconds.
      - `used` number — Used allowance in CHF.
      - `available` number — Remaining allowance in CHF. A single outgoing transaction must not exceed this value.
      - `max` number — Maximum allowance in CHF.
    - `contacts` object — Recent payout contacts, keyed by currency.
    - `depositBank` object — Deposit bank details, keyed by currency. The USD entry appears only after the USD IBAN is provisioned.

---

[API](https://skmtc.net/ur/apis/ur-api.md) · [All operations](https://skmtc.net/ur/apis/ur-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ur/ur-api/revisions/087dcf516ce2/schema)
