Legal Entity Transfer Instrument Reference Structure
TransferInstrumentReference schema from Adyen API
Type: objectProperties: 4Required: 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.
{
"$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"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.