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

This data comes from Salt Edge Partners' [api/partners/v1/accounts](https://docs.saltedge.com/partners/v1/#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: "DE89370400440532013000"`, `international.bic: "COBADEFFXXX"`, `bacs.accountNumber: "31926819"`, `bacs.sortCode: "601613"`.
</Note>

<Warning>
  Salt Edge Partners 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 Partners 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>
