Veriff ​
Identity verification with document scanning, biometric checks, and PEP/sanctions screening.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://stationapi.veriff.com |
| Authentication | HMAC-SHA256 |
| Endpoints | 8 |
| Connector key | veriff |
Using Veriff in a workflow ​
- Go to Connections and click New Connection.
- Pick Veriff from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /v1/sessions | Create verification session |
| PATCH /v1/sessions/{sessionId} | Submit session for verification |
| DELETE /v1/sessions/{sessionId} | Delete session |
| POST /v1/sessions/{sessionId}/media | Upload documents |
| GET /v1/sessions/{sessionId}/decision | Get verification decision |
| GET /v1/sessions/{sessionId}/attempts | Get attempt IDs |
| GET /v1/sessions/{sessionId}/person | Get verified person data |
| GET /v1/sessions/{sessionId}/watchlist-screening | PEP/sanctions results |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.