Lookup South Africa ID
Verify a South African National ID number.
Request
POST/api/v1/za/kyc/id
{{baseUrl}}/api/v1/za/kyc/idHeader
Body Parameters
Response
200 OKSample dataExample response
{
"success": true,
"response_code": 200,
"message": "South Africa ID verified",
"data": { "id_number": "8001015009087", "valid": true },
"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.
