CollectionStatus
A key-value map containing potential extra information, depending on the company the collection is getting data from.
The collection ID of the request
Insurance company that this collection is from
The recommended interval in milliseconds at which to poll the `/status` endpoint for a collection. The endpoint can be polled less often, but latest by the value indicated by `pollingTimeout` to ensure that the collection is not terminated.
The collection status must be polled before this timestamp. Failure to do so may result in the termination of the collection.
Current status of the collection request. Possible values are: `RUNNING`, `LOGIN`,`CONTACT FORM PENDING`, `COLLECTING`, `COMPLETED`, `COMPLETED PARTIAL`, `COMPLETED EMPTY`, `FAILED`, `FAILED PDF PARSE`, `FAILED PDF USER INPUT` `WAITING FOR AUTHENTICATION`, `INCORRECT CREDENTIALS`, `KYC FORM`, `CUSTOMER ENROLLMENT REQUIRED`, `CONTACT FORM`, `AUTHENTICATION CONFLICT`, `AUTHENTICATION MISMATCH`, `TWO FACTOR PENDING`.
{
"collectionItems": [],
"extraInformation": {
"AUTOSTART_TOKEN": "38bb848d-5a0d-4dec-977d-a8777f3637da",
"SWEDISH_BANKID_QRCODE": "iVBORw0KGgoAA=="
},
"id": "22e633bc-427d-4f4a-87cf-cfaca04ef351",
"insuranceCompany": "se-lansforsakringar",
"pollingInterval": 1000,
"pollingTimeout": "2024-09-26T12:59:10.545Z",
"status": "RUNNING"
}