# TRUSTED_IBAN_CONFIRMED

This webhook is triggered when a trusted IBAN is confirmed. The webhook contains information about the IBAN that was trusted and who approved the action.

Endpoint: POST TRUSTED_IBAN_CONFIRMED
Version: 1.0

## Request fields (application/json):

  - `id` (string)
    The unique identifier of the trusted IBAN. This ID is used to reference the trusted IBAN in other API calls.
    Example: "60d277e8-36dc-4ecb-8842-6b61977cba52"

  - `iban` (string)
    The International Bank Account Number (IBAN) that has been trusted. This is the account number that will be used for transactions.
    Example: "DE89370400440532013000"

  - `account_id` (string)
    The unique identifier of the account associated with the trusted IBAN. This ID is used to reference the account in other API calls.
    Example: "46b3938833cbad04c394e5a08da9ec58cacc"

  - `approved_by` (string)
    The unique identifier of the person who approved the trusted IBAN.
    Example: "fa74fe785db7e128ddfcc1eec18fbb6ccper"


## Response 200 fields
