This is an optional call so you don’t need to use it.
If the user needs to know the status of the file they may enquire using this call and it will give a status as to what stage of the processing the file is at. The user will have to submit the unique filetoken with a token generated for the same company id.
The unique fileToken that the service issued on the file upload and can be used to check the call status along with a valid authentication token.
Endpoint
https://validate.bankersalmanac.com/vdmapi/service/1.1
METHOD
GET command, in “application/json” format
Request
The fields in the request with a description are below.
Field Name | Allowed Characters | Description | Mandatory Field | Default Value |
token | Alphanumeric | User authentication token from the user authentication call | Mandatory | |
fileToken | Alphanumeric | Unique token to identify the file | Mandatory |
Response
The fields in the response with a description are below.
Field Name | Allowed Characters | Description | Mandatory Field | Default Value | Possible status |
status | Alphanumeric | Mandatory | 1. Processing
2. Completed 3. File does not exist |
||
updatedDate | DD/MM/YY | Date that the file was last downloaded | Optional | ||
updatedUsername | Alphanumeric | First name and last name of user that downloaded the file | Optional | ||
updatedAction | Alphanumeric | Date of the last action | Optional | 1. Downloaded
2. Deleted 3. Uploaded |