Yodlee · Capability

Yodlee Core APIs — Verify Account

Yodlee Core APIs — Verify Account. 1 operations. Lead operation: Verify Accounts Using Transactions. Self-contained Naftiko capability covering one Yodlee business surface.

Run with Naftiko YodleeVerify Account

What You Can Do

POST
Initiateaccountverification — Verify Accounts Using Transactions
/v1/verifyaccount/{provideraccountid}

MCP Tools

verify-accounts-using-transactions

Verify Accounts Using Transactions

Capability Spec

core-verify-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Yodlee Core APIs — Verify Account
  description: 'Yodlee Core APIs — Verify Account. 1 operations. Lead operation: Verify Accounts Using Transactions. Self-contained
    Naftiko capability covering one Yodlee business surface.'
  tags:
  - Yodlee
  - Verify Account
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    YODLEE_API_KEY: YODLEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: core-verify-account
    baseUri: ''
    description: Yodlee Core APIs — Verify Account business capability. Self-contained, no shared references.
    resources:
    - name: verifyAccount-providerAccountId
      path: /verifyAccount/{providerAccountId}
      operations:
      - name: initiateaccountverification
        method: POST
        description: Verify Accounts Using Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: providerAccountId
          in: path
          type: string
          description: providerAccountId
          required: true
        - name: verificationParam
          in: body
          type: string
          description: verificationParam
          required: true
  exposes:
  - type: rest
    namespace: core-verify-account-rest
    port: 8080
    description: REST adapter for Yodlee Core APIs — Verify Account. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/verifyaccount/{provideraccountid}
      name: verifyaccount-provideraccountid
      description: REST surface for verifyAccount-providerAccountId.
      operations:
      - method: POST
        name: initiateaccountverification
        description: Verify Accounts Using Transactions
        call: core-verify-account.initiateaccountverification
        with:
          providerAccountId: rest.providerAccountId
          verificationParam: rest.verificationParam
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: core-verify-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for Yodlee Core APIs — Verify Account. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: verify-accounts-using-transactions
      description: Verify Accounts Using Transactions
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: core-verify-account.initiateaccountverification
      with:
        providerAccountId: tools.providerAccountId
        verificationParam: tools.verificationParam
      outputParameters:
      - type: object
        mapping: $.