Status Query
# Request Parameters
The following parameters are expected:
Field | Description | Type |
---|---|---|
score_type | The type of statement being processed, COMBINED If it involves merging of financial statements. | String |
unique_identifier | This is a unique identifier for the merged statements. This is part of the statement submission response | String |
Please find sample implementation on the left
# Response Parameters Sample
{
"unique_identifier": Merged Documents Identifier. Helps detect duplicate data,
"client_name": Client's full name.,
"phone": Phone number,
"id_number": Client's ID No,
"duration": Duration of the statements in Months,
"timestamp": Date when the stements were merged,
"state_name": Merged documents processing status
}