Objects

CollectionRequest

companystring

The name of the company to trigger the collection from

A set of consents provided by the end user.

inputobject

Key-value object specifying additional input required for the collection. What values should be included depends on context.Possible keys are SWEDISH_PERSONAL_NUMBER, NORWEGIAN_PERSONAL_NUMBER, NORWEGIAN_PHONE_NUMBER,USERNAME, PASSWORD, LASTNAME, ACCOUNT_OWNER_NAME.

loginMethodstring

Login method that will be used to authenticate the user. Available login methods for a company is specified in the /companies/availability response.

Possible Enum values are LITHUANIAN_SMART_ID, LITHUANIAN_MOBILE_ID or LITHUANIAN_SMART_ID_USERNAME.
Example
{  "company": "se-lansforsakringar",  "consents": [],  "filter": {    "rules": {}  },  "input": {    "SWEDISH_PERSONAL_NUMBER": "192101010101"  },  "loginMethod": "SWEDISH_MOBILE_BANKID_ANY_DEVICE"}