Reusable KYC (Didit Integration)
Tylt supports reusable KYC via Didit using a shared-session flow, allowing merchants to reuse an end user’s completed KYC and potentially skip repeating verification.
Overview
Passing KYC Details to Tylt
{
"userDetails": {
"kyc": {
"source": "Didit",
"sessionId": "string"
}
}
}Merchant Setup
Standard Endpoint Specification
Endpoint
Request (Tylt → Merchant)
Field Definitions
Field
Type
Required
Description
Expected Merchant Behavior
Internal Didit API Call
Endpoint
Headers
Body
Response (Merchant → Tylt)
Success
Error
Error Codes
Code
Description
End-to-End Flow
Outcome
Important Notes
Last updated