> ## 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 Identifiers Mapping

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

<Note>
  Example values: `international.iban: "GB29NWBK60161331926819"`, `international.bic: "NWBKGB2L"`, `bacs.accountNumber: "31926819"`, `bacs.sortCode: "601613"`.
</Note>

<Warning>
  Salt Edge does not provide US ACH (`ach.*`) or Canadian EFT (`eft.*`) identifiers. Identifier coverage varies per institution within the `extra` object.
</Warning>

| Meld Field           | Description                                                                                          | SaltEdge Response Field |
| :------------------- | :--------------------------------------------------------------------------------------------------- | :---------------------- |
| ach                  | ACH data object                                                                                      |                         |
|    accountNumber     | The account number                                                                                   | *None*                  |
|    routingNumber     | The account routing number. Reference [Routing number](https://en.wikipedia.org/wiki/Routing_number) | *None*                  |
| eft                  | EFT data object                                                                                      |                         |
|    accountNumber     | The account number                                                                                   | *None*                  |
|    institutionNumber | The account institution number                                                                       | *None*                  |
|    branchNumber      | The institution branch number                                                                        | *None*                  |
| international        | International data object                                                                            |                         |
|    iban              | The International Bank Account Number (IBAN) for the financial account                               | extra.iban              |
|    bic               | The Bank Identifier Code (BIC) for the financial account                                             | extra.swift             |
| bacs                 | The BACS data object                                                                                 |                         |
|    accountNumber     | BACS account number                                                                                  | extra.account\_number   |
|    sortCode          | BACS sort code                                                                                       | extra.sort\_code        |

<div />

<style>
  {`.UpdatedAt { display: none; }`}
</style>
