Fintecture · Capability

Fintecture AIS API — Verification

Fintecture AIS API — Verification. 1 operation. Lead operation: Create AIS Identity Verification.

Fintecture AIS API — Verification is a Naftiko capability published by Fintecture, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/ais/v1/verification.

The capability includes 1 state-changing operation. Lead operation: Create AIS Identity Verification. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Fintecture, AIS, Verification, and KYC.

Run with Naftiko FintectureAISVerificationKYC

What You Can Do

POST
Createaisv1verification
/v1/ais/v1/verification

MCP Tools

fintecture-create-ais-verification

Create AIS Identity Verification

Capability Spec

ais-verification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fintecture AIS API — Verification
  description: 'Fintecture AIS API — Verification. 1 operation. Lead operation: Create AIS Identity Verification.'
  tags: [Fintecture, AIS, Verification, KYC]
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      FINTECTURE_AIS_TOKEN: FINTECTURE_AIS_TOKEN
capability:
  consumes:
    - type: http
      namespace: ais-verification
      baseUri: https://api.fintecture.com
      description: AIS-based identity verification.
      resources:
        - name: ais-v1-verification
          path: /ais/v1/verification
          operations:
            - name: createaisv1verification
              method: POST
              description: Create AIS Identity Verification
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  required: true
      authentication:
        type: bearer
        value: '{{env.FINTECTURE_AIS_TOKEN}}'
        placement: header
  exposes:
    - type: rest
      namespace: ais-verification-rest
      port: 8080
      resources:
        - path: /v1/ais/v1/verification
          name: ais-v1-verification
          operations:
            - method: POST
              name: createaisv1verification
              call: ais-verification.createaisv1verification
              with:
                body: rest.body
    - type: mcp
      namespace: ais-verification-mcp
      port: 9090
      transport: http
      tools:
        - name: fintecture-create-ais-verification
          description: Create AIS Identity Verification
          hints: { readOnly: false, destructive: false, idempotent: false }
          call: ais-verification.createaisv1verification
          with:
            body: tools.body