{
"success": true,
"data": {
"id": "abc123def456",
"type": "kyb",
"subjectReference": "company-12345",
"status": "submitted",
"requestedAt": "2024-01-15T10:30:00.000Z",
"verificationUrl": "https://app.nfi-clear.com/verify/abc123def456",
"progress": {
"currentStep": 7,
"stepHistory": [
{ "step": 1, "stepName": "Company Info", "completedAt": "2024-01-15T10:35:00Z" },
{ "step": 2, "stepName": "Entity Type", "completedAt": "2024-01-15T10:36:00Z" },
{ "step": 3, "stepName": "Business Details", "completedAt": "2024-01-15T10:40:00Z" },
{ "step": 4, "stepName": "Document Upload", "completedAt": "2024-01-15T10:45:00Z" },
{ "step": 5, "stepName": "Financial Info", "completedAt": "2024-01-15T10:50:00Z" },
{ "step": 6, "stepName": "Connected Parties", "completedAt": "2024-01-15T10:55:00Z" },
{ "step": 7, "stepName": "Corporate Governance", "completedAt": "2024-01-15T10:58:00Z" }
],
"currentAccountTypeStep": 3,
"currentDocumentStep": 4,
"currentFinancialStep": 3,
"currentConnectedPartiesStep": 4,
"currentCorporateGovernanceStep": 2
},
"submittedData": {
"companyInfo": {
"legalEntityName": "Acme Pte Ltd",
"contactName": "John Doe"
},
"accountType": {
"entityType": "Private Limited Company",
"incorpCountry": { "name": "Singapore" }
},
"submittedAt": "2024-01-15T10:58:00Z"
}
}
}