naftiko: 1.0.0-alpha2 info: label: Wise Platform API — verification description: 'Wise Platform API — verification. 4 operations. Lead operation: Upload Evidences (v3). Self-contained Naftiko capability covering one Wise business surface.' tags: - Wise - verification created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: WISE_API_KEY: WISE_API_KEY capability: consumes: - type: http namespace: platform-verification baseUri: https://api.wise.com description: Wise Platform API — verification business capability. Self-contained, no shared references. resources: - name: v3-profiles-profileId-additional-verification-upload-evidences path: /v3/profiles/{profileId}/additional-verification/upload-evidences operations: - name: verificationuploadevidencesv3 method: POST description: Upload Evidences (v3) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: profileId in: path type: integer description: The unique identifier of the profile. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: v3-profiles-profileId-verification-status-required-evidences path: /v3/profiles/{profileId}/verification-status/required-evidences operations: - name: verificationgetrequiredevidences method: GET description: Required Evidences outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: profileId in: path type: integer description: The unique identifier of the profile. required: true - name: v3-profiles-profileId-verification-status-upload-document path: /v3/profiles/{profileId}/verification-status/upload-document operations: - name: verificationuploaddocument method: POST description: Upload Document outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: profileId in: path type: integer description: The profile ID (personal or business). required: true - name: body in: body type: object description: Request body (JSON). required: true - name: v5-profiles-profileId-additional-verification-upload-evidences path: /v5/profiles/{profileId}/additional-verification/upload-evidences operations: - name: verificationuploadevidences method: POST description: Upload Evidences outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: profileId in: path type: integer description: The unique identifier of the profile. required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.WISE_API_KEY}}' exposes: - type: rest namespace: platform-verification-rest port: 8080 description: REST adapter for Wise Platform API — verification. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v3/profiles/{profileid}/additional-verification/upload-evidences name: v3-profiles-profileid-additional-verification-upload-evidences description: REST surface for v3-profiles-profileId-additional-verification-upload-evidences. operations: - method: POST name: verificationuploadevidencesv3 description: Upload Evidences (v3) call: platform-verification.verificationuploadevidencesv3 with: profileId: rest.profileId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v3/profiles/{profileid}/verification-status/required-evidences name: v3-profiles-profileid-verification-status-required-evidences description: REST surface for v3-profiles-profileId-verification-status-required-evidences. operations: - method: GET name: verificationgetrequiredevidences description: Required Evidences call: platform-verification.verificationgetrequiredevidences with: profileId: rest.profileId outputParameters: - type: object mapping: $. - path: /v1/v3/profiles/{profileid}/verification-status/upload-document name: v3-profiles-profileid-verification-status-upload-document description: REST surface for v3-profiles-profileId-verification-status-upload-document. operations: - method: POST name: verificationuploaddocument description: Upload Document call: platform-verification.verificationuploaddocument with: profileId: rest.profileId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v5/profiles/{profileid}/additional-verification/upload-evidences name: v5-profiles-profileid-additional-verification-upload-evidences description: REST surface for v5-profiles-profileId-additional-verification-upload-evidences. operations: - method: POST name: verificationuploadevidences description: Upload Evidences call: platform-verification.verificationuploadevidences with: profileId: rest.profileId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: platform-verification-mcp port: 9090 transport: http description: MCP adapter for Wise Platform API — verification. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: upload-evidences-v3 description: Upload Evidences (v3) hints: readOnly: false destructive: false idempotent: false call: platform-verification.verificationuploadevidencesv3 with: profileId: tools.profileId body: tools.body outputParameters: - type: object mapping: $. - name: required-evidences description: Required Evidences hints: readOnly: true destructive: false idempotent: true call: platform-verification.verificationgetrequiredevidences with: profileId: tools.profileId outputParameters: - type: object mapping: $. - name: upload-document description: Upload Document hints: readOnly: false destructive: false idempotent: false call: platform-verification.verificationuploaddocument with: profileId: tools.profileId body: tools.body outputParameters: - type: object mapping: $. - name: upload-evidences description: Upload Evidences hints: readOnly: false destructive: false idempotent: false call: platform-verification.verificationuploadevidences with: profileId: tools.profileId body: tools.body outputParameters: - type: object mapping: $.