Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to the Smile Identity API specifications will be documented
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]
## [v3.553.0] - 2026-05-08

### Changed
- Updated `v3-services`
- Updated `v3-verification-status`

### Removed
- `v3-enhanced-kyc-job-status`
- `v3-id-status`
- `v3-supported-documents`

## [v3.549.0] - 2026-05-08

### Changed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ OpenAPI 3.0 specifications for the Smile Identity v3 API.
| [Document Verification](specs/v3/v3-document-verification-entry.yaml) | `POST /v3/document-verification` | Submit Document Verification |
| [Enhanced Document Verification](specs/v3/v3-enhanced-document-verification-entry.yaml) | `POST /v3/enhanced-document-verification` | Submit Enhanced Document Verification |
| [Enhanced KYC](specs/v3/v3-enhanced-kyc-entry.yaml) | `POST /v3/enhanced_kyc` | Submit Enhanced KYC verification |
| [Enhanced KYC Job Status](specs/v3/v3-enhanced-kyc-job-status.yaml) | `GET /v3/status/{jobId}` | Get verification status |
| [ID Status](specs/v3/v3-id-status.yaml) | `GET /v3/services/id_status` | Get ID type availability status |
| [Replay Callback](specs/v3/v3-replay-callback.yaml) | `POST /v3/replay/{job_id}` | Replay a callback for a completed verification |
| [Services](specs/v3/v3-services.yaml) | `GET /v3/services/bank_codes` | List bank codes |
| [Services](specs/v3/v3-services.yaml) | `GET /v3/services/id_status` | Get ID type availability status |
| [Services](specs/v3/v3-services.yaml) | `GET /v3/services/supported_documents` | List supported documents for verification |
| [Services](specs/v3/v3-services.yaml) | `GET /v3/services/supported_id_types` | List supported KYC ID types |
| [Smart Selfie Compare](specs/v3/v3-smart-selfie-compare-entry.yaml) | `POST /v3/smart_selfie_compare` | Submit smart selfie compare |
| [Supported Documents](specs/v3/v3-supported-documents.yaml) | `GET /v3/services/supported_documents` | List supported documents for verification |
| [Token](specs/v3/v3-token.yaml) | `POST /v3/token` | Generate v3 Auth Token |
| [Verification Status](specs/v3/v3-verification-status.yaml) | `GET /v3/status/{jobId}` | Get verification status |
<!-- SPEC_TABLE_END -->

> The table above is regenerated automatically on each spec sync. Don't hand-edit between the markers.
Expand Down
6 changes: 2 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,11 @@ <h2>APIs</h2>
{ file: "v3-document-verification-entry", label: "Document Verification" },
{ file: "v3-enhanced-document-verification-entry", label: "Enhanced Document Verification" },
{ file: "v3-enhanced-kyc-entry", label: "Enhanced KYC" },
{ file: "v3-enhanced-kyc-job-status", label: "Enhanced KYC Job Status" },
{ file: "v3-id-status", label: "ID Status" },
{ file: "v3-replay-callback", label: "Replay Callback" },
{ file: "v3-services", label: "Services" },
{ file: "v3-smart-selfie-compare-entry", label: "Smart Selfie Compare" },
{ file: "v3-supported-documents", label: "Supported Documents" },
{ file: "v3-token", label: "Token" }
{ file: "v3-token", label: "Token" },
{ file: "v3-verification-status", label: "Verification Status" }
];
// <!-- SPEC_LIST_END -->

Expand Down
140 changes: 0 additions & 140 deletions specs/v3/v3-id-status.yaml

This file was deleted.

Loading
Loading