> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meld.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Salt Edge to Meld Overall Mappings

<Note>
  You can always compare the raw responses from Salt Edge in the `serviceProviderDetails` section of a financial account.
</Note>

[Financial Account Base Fields](#financial-account-base-fields)

[Balances](./salt-edge-balances-mapping)

[Identifiers](./salt-edge-identifiers-mapping)

[Owners](./salt-edge-owners-mapping)

[Transactions](./salt-edge-transactions-mapping)

[Normalized Account Types and Subtypes](#normalized-account-types-and-subtypes)

## Financial Account Base Fields

This data comes from SaltEdge's [/api/v5/accounts](https://docs.saltedge.com/account_information/v5/#accounts-attributes) endpoint and is returned from Meld's [/bank-linking/accounts](/api-reference/bank-linking/accounts/bank-linking-accounts-search) endpoint.

<Table align={["left","left","left"]}>
  <thead>
    <tr>
      <th>
        Meld Field
      </th>

      <th>
        Description
      </th>

      <th>
        SaltEdge Response Field
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        name
      </td>

      <td>
        The account name
      </td>

      <td>
        name
      </td>
    </tr>

    <tr>
      <td>
        truncatedAccount\
        Number
      </td>

      <td>
        The last 4 digits of the account number
      </td>

      <td>
        extra.account\_number\
        If extra.account\_number is null then:\*\
        extra.iban\
        *If extra.iban is null then:*\
        extra.bban\
        *If extra.bban is null then:*\
        extra.cards
      </td>
    </tr>

    <tr>
      <td>
        status
      </td>

      <td>
        The real-time status of the account
      </td>

      <td>
        extra.status\ <br />Possible values:<br />  - `active`<br />  - `inactive`<br />  - `unauthorized`

        * If null:\_ `active`
      </td>
    </tr>

    <tr>
      <td>
        type
      </td>

      <td>
        The type of the account. Mapped to a Meld standardized type
      </td>

      <td>
        nature
      </td>
    </tr>

    <tr>
      <td>
        subtype
      </td>

      <td>
        The subtype of the account. Mapped to a Meld standardized subtype
      </td>

      <td>
        * None\_. Meld subtype\
          determined from SaltEdge type.
      </td>
    </tr>
  </tbody>
</Table>

## Normalized Account Types and Subtypes
