Returns all recorded traffic fines for a given South African national ID number or Foreign ID number.
Security
ApiKeyAuth
- Mock serverhttps://docs.amabills.co.za/_mock/openapi/v1/TrafficFine/ViewByIDnumber
- Testinghttps://api-test.amabills.co.za/api/v1/TrafficFine/ViewByIDnumber
- Productionhttps://api.amabills.co.za/api/v1/TrafficFine/ViewByIDnumber
curl -i -X POST \
https://docs.amabills.co.za/_mock/openapi/v1/TrafficFine/ViewByIDnumber \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"idNumber": "9710226013089",
"type": "local"
}'Traffic fine query by ID response.
The foreign ID number that was used in the query. null if the type was local or type was empty
Response
{ "success": true, "idNumber": "9710226013089", "result": { "infringements": [ … ], "hasFinesToPay": true, "netFinesAmnt": 560, "vendorFeeAmnt": 14, "grossAmnt": 574, "idNumber": "9710226013089" } }