Objects

CollectionStatus

collectionItemsArray<CollectionItem>
externalUserUuidstring

The UUID of the external user this collection belongs to, when it is linked to one (null otherwise). Can be used to build a Hub deep-link of the form /collections/user/{externalUserUuid}.

A key-value map containing potential extra information, depending on the company the collection is getting data from.

idstring

The collection ID of the request

insuranceCompanystring

Insurance company that this collection is from

pollingIntervalinteger[int32]

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.

pollingTimeoutstring[date-time]

The collection status must be polled before this timestamp. Failure to do so may result in the termination of the collection.

statusstring

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.

Example
{  "collectionItems": [],  "externalUserUuid": "b3f1c2a4-8d6e-4f2b-9a1c-7e5d3b2a1f0e",  "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"}