Manual Verification
Submit a manual KYC verification for Kenyan organisation types (NGO, Trust, Society, CBO, SACCO, MSEA, MCCS, Club, Retirement). Returns 202 with search_id for async processing, or 200 when a recent cache hit exists (β€ 2 weeks).
Request
POST/api/v1/manual
{{baseUrl}}/api/v1/manualHeader
Body Parameters
Response
200 OKSample dataExample response
{
"success": true,
"response_code": 202,
"message": "Verification submitted for processing",
"data": {
"search_id": 123,
"search_status": "In Progress",
"reference_number": "NGO-123456",
"type": "NGO"
},
"request_id": "550e8400-e29b-41d4-a716-446655440000"
}Response Fields
Set {{baseUrl}} to https://api.peleza.com (production) or https://sandbox.peleza.com (sandbox). Authenticated calls need a Bearer token from POST /api/v1/oauth/token.
