Analysis Query
# Request Parameters
The following parameters are expected:
Field | Description | Type |
---|---|---|
score_type | The type of statement being processed. Supported: MPESA , BANK , TILL , PAYBILL | String |
unique_id | This is a unique identifier for the statement. This is part of the statement submission response | String |
Please find sample implementation on the left
{
"file_unique_id": Document Identifier. Helps detect duplicate data,
"file_type": Document Type (Bank or MPESA),
"phone": Phone number if Document is MPESA,
"id_number": ID No if Document is MPESA,
"bank_name": Bank Name if Document is Bank,
"account_number": Account No if Document is Bank,
"json_data": DATA as shown in “JSON Data Format”,
"duration": Duration of the statement in Months,
"timestamp": Date when the document was received,
"state_name": Document Processing Status
}