naftiko: 1.0.0-alpha2 info: label: Adyen Legal Entity Management API — transferInstruments description: 'Adyen Legal Entity Management API — transferInstruments. 4 operations. Lead operation: Adyen Create a Transfer Instrument. Self-contained Naftiko capability covering one Adyen business surface.' tags: - Adyen - transferInstruments created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ADYEN_API_KEY: ADYEN_API_KEY capability: consumes: - type: http namespace: legal-entity-transferinstruments baseUri: https://kyc-test.adyen.com/lem/v3 description: Adyen Legal Entity Management API — transferInstruments business capability. Self-contained, no shared references. resources: - name: transferInstruments path: /transferInstruments operations: - name: posttransferinstruments method: POST description: Adyen Create a Transfer Instrument outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: x-requested-verification-code in: header type: string description: Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be use - name: body in: body type: object description: Request body (JSON). required: false - name: transferInstruments-id path: /transferInstruments/{id} operations: - name: deletetransferinstrumentsid method: DELETE description: Adyen Delete a Transfer Instrument outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: The unique identifier of the transfer instrument to be deleted. required: true - name: gettransferinstrumentsid method: GET description: Adyen Get a Transfer Instrument outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: The unique identifier of the transfer instrument. required: true - name: patchtransferinstrumentsid method: PATCH description: Adyen Update a Transfer Instrument outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: The unique identifier of the transfer instrument. required: true - name: x-requested-verification-code in: header type: string description: Use the requested verification code 0_0001 to resolve any suberrors associated with the transfer instrument. Requested verification codes can only be used in yo - name: body in: body type: object description: Request body (JSON). required: false authentication: type: apikey key: X-API-Key value: '{{env.ADYEN_API_KEY}}' placement: header exposes: - type: rest namespace: legal-entity-transferinstruments-rest port: 8080 description: REST adapter for Adyen Legal Entity Management API — transferInstruments. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/transferinstruments name: transferinstruments description: REST surface for transferInstruments. operations: - method: POST name: posttransferinstruments description: Adyen Create a Transfer Instrument call: legal-entity-transferinstruments.posttransferinstruments with: x-requested-verification-code: rest.x-requested-verification-code body: rest.body outputParameters: - type: object mapping: $. - path: /v1/transferinstruments/{id} name: transferinstruments-id description: REST surface for transferInstruments-id. operations: - method: DELETE name: deletetransferinstrumentsid description: Adyen Delete a Transfer Instrument call: legal-entity-transferinstruments.deletetransferinstrumentsid with: id: rest.id outputParameters: - type: object mapping: $. - method: GET name: gettransferinstrumentsid description: Adyen Get a Transfer Instrument call: legal-entity-transferinstruments.gettransferinstrumentsid with: id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchtransferinstrumentsid description: Adyen Update a Transfer Instrument call: legal-entity-transferinstruments.patchtransferinstrumentsid with: id: rest.id x-requested-verification-code: rest.x-requested-verification-code body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: legal-entity-transferinstruments-mcp port: 9090 transport: http description: MCP adapter for Adyen Legal Entity Management API — transferInstruments. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: adyen-create-transfer-instrument description: Adyen Create a Transfer Instrument hints: readOnly: false destructive: false idempotent: false call: legal-entity-transferinstruments.posttransferinstruments with: x-requested-verification-code: tools.x-requested-verification-code body: tools.body outputParameters: - type: object mapping: $. - name: adyen-delete-transfer-instrument description: Adyen Delete a Transfer Instrument hints: readOnly: false destructive: true idempotent: true call: legal-entity-transferinstruments.deletetransferinstrumentsid with: id: tools.id outputParameters: - type: object mapping: $. - name: adyen-get-transfer-instrument description: Adyen Get a Transfer Instrument hints: readOnly: true destructive: false idempotent: true call: legal-entity-transferinstruments.gettransferinstrumentsid with: id: tools.id outputParameters: - type: object mapping: $. - name: adyen-update-transfer-instrument description: Adyen Update a Transfer Instrument hints: readOnly: false destructive: false idempotent: true call: legal-entity-transferinstruments.patchtransferinstrumentsid with: id: tools.id x-requested-verification-code: tools.x-requested-verification-code body: tools.body outputParameters: - type: object mapping: $.