# Trusted IBANs ## Add a trusted IBAN - [POST /v1/accounts/{account_id}/trusted_ibans](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/trusted-ibans/paths/~1v1~1accounts~1%7Baccount_id%7D~1trusted_ibans/post.md): 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. This endpoint will trigger the process. Specify the of an authorized person on the account who will receive the 2FA challenge to confirm the trusted IBAN. ## Index trusted IBANs for an account - [GET /v1/accounts/{account_id}/trusted_ibans](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/trusted-ibans/paths/~1v1~1accounts~1%7Baccount_id%7D~1trusted_ibans/get.md): Returns an array containing all IBANs added to the given account as trusted IBANs. ## Delete trusted IBAN - [DELETE /v1/accounts/{account_id}/trusted_ibans/{trusted_iban_id}](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/trusted-ibans/paths/~1v1~1accounts~1%7Baccount_id%7D~1trusted_ibans~1%7Btrusted_iban_id%7D/delete.md): Deletes the trusted IBAN specified in the request URL. Please note the following:You must submit the of the person who added this trusted IBAN as a query parameter in this request.This endpoint will trigger the process.