Skip to content

external_account_id

Identifier of an account, as assigned by the account servicer. The list is based on a combination of ExternalAccountIdentification1Code and AccountIdentification30Choice ISO 20022 Lists (see ExternalCodeSets_2Q2020_August2020_v1.xlsx). The value of this property must be equal to one of the known values.

These known values are "soft" fields. For more information, see Soft fields.

Known values

ValueDescription
AIINIssuer Identification Number
BBANBasic Bank Account Number
CARDPAN of the Card identifying the account
CASHCash Payments
CASHD2DCash door-to-door delivery
CUIDCHIPS Universal Identifier
UPICUniversal Payment Indentification Code
EMailEmail Address
MSISDNMobile Subscriber Integrated Service Digital Network, (i.e. mobile phone number of the SIM card).
DmstDomestic
OtherOther Identifier

JSON schema extract

"external_account_id": {
    "type": "string",
    "description": "Type of account number, list based on a combination of ExternalAccountIdentification1Code and AccountIdentification30Choice ISO 20022 Lists 29May2020.",
    "enum": [
        "AIIN",
        "BBAN",
        "CARD",
        "CASH",
        "CASHD2D",
        "CUID",
        "UPIC",
        "EMail",
        "MSISDN",
        "Dmst",
        "Other"
    ]
}