Scoring Results
Get the credit scoring results of an uploaded Mpesa statement statement
Get Statement Scores
GET
{{BASE_URL}}/api/v1/statement/mpesa/score?reference_id=:reference_id&file_json=:file_json
This endpoint allows you to get the credit scoring results of an mpesa statement
Query Parameters
Name | Type | Description |
---|---|---|
file_json* | String | Valuen should be jsonurl returned to the callback url |
reference_id* | String | reference in statement upload response |
Headers
Name | Type | Description |
---|---|---|
Authentication* | String | Authentication token to track who is making the requests. |
Last updated