FinPa Business Console
Log in to your workspace to generate secure API keys, manage billing, and control team access.
Auth Required
Safe testing environment. Base URL modifies to sandbox-api.finpa.vn
POST
https://sandbox-api.finpa.vn/v1/business/kyc/verifyVerify Identity (Liveness & OCR)
Uploads an identity document and liveness video for automated Deepfake detection and OCR extraction. Checks directly with VNeID if possible. Compliant with SBV standards and Decree 13/2023/ND-CP.
Authentication & Headers
AuthorizationRequiredBearer <YOUR_BUSINESS_API_KEY>
Content-TypeRequiredapplication/json
Request Schema
JSON
{
"documentFrontImageBase64": "string (required)",
"documentBackImageBase64": "string (optional)",
"livenessVideoBase64": "string (required)",
"referenceId": "string (optional) - Custom trace ID"
}Error Codes
HTTP 400
Invalid Base64 formats.
HTTP 401
Invalid API Key.
HTTP 422
Liveness test failed (spoof detected).
200 OK Response
Was this helpful?