Objects

CollectionStatusV2

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

statusstring

Current status of the collection request. Possible values are: RUNNING, LOGIN, COLLECTING, COMPLETED, COMPLETED PARTIAL, COMPLETED EMPTY, FAILED, USER INPUT, WAITING FOR AUTHENTICATION, INCORRECT CREDENTIALS

Example
{  "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",  "status": "RUNNING"}