Adyen · JSON Structure

Legal Entity Transfer Instrument Reference Structure

TransferInstrumentReference schema from Adyen API

Type: object Properties: 4 Required: 2
PaymentsFinancial ServicesFintech

TransferInstrumentReference is a JSON Structure definition published by Adyen, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accountIdentifier id realLastFour trustedSource

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-transfer-instrument-reference-structure.json",
  "description": "TransferInstrumentReference schema from Adyen API",
  "type": "object",
  "properties": {
    "accountIdentifier": {
      "description": "The masked IBAN or bank account number.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the resource.",
      "type": "string"
    },
    "realLastFour": {
      "description": "Four last digits of the bank account number. If the transfer instrument is created using [instant bank account verification](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-08-hosted-onboarding), and it is a virtual bank account, these digits may be different from the last four digits of the masked account number.",
      "type": "string"
    },
    "trustedSource": {
      "description": "Identifies if the bank account was created through [instant bank verification](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-08-hosted-onboarding).",
      "readOnly": true,
      "type": "boolean"
    }
  },
  "required": [
    "id",
    "accountIdentifier"
  ],
  "name": "TransferInstrumentReference"
}