---
title: "Add a trusted IBAN"
method: POST
path: "/v1/accounts/{account_id}/trusted_ibans"
tags: ["Trusted IBANs"]
---

# Add a trusted IBAN

`POST /v1/accounts/{account_id}/trusted_ibans`

Adds an IBAN as a trusted IBAN to the account specified in the request URL. Transactions to trusted IBANs do not require two-factor authentication.<br> **Note:** This endpoint will trigger the **change request** process. Specify the `person_id` of an authorized person on the account who will receive the 2FA challenge to confirm the trusted IBAN.

## Path parameters

- `account_id` string, required

## Request body

- object
  - `iban` string, required
  - `person_id` string, required

## Response `200`

The IBAN was successfully added as a trusted IBAN.

- object
  - `iban` string

## Other responses

- `202` — The request has been accepted, and now the customer must complete the change request.
- `400` — Invalid request.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/account-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/account-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/account-management/revisions/099ef636a5a1/schema)
