This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
Demo companies
There is a demo company which allows you to test the full data collection flow like it would be a real company without having to authenticate. This means that you can start a collection, check the status and get data exactly the same way as you would for a regular company, only difference being that the collection will complete without having to sign in the BankID app. There are a set number of personal numbers which will do specific things, personal numbers that are not listed will return various pensions and/or investment accounts.
| LoginMethod | Personal number/Username | Password | Effect |
|---|---|---|---|
| Username and Password | errorFailedStart@test.com | any | Returns an unexpected failure with FAILED status |
| Username and Password | errorThirdParty@test.com | any | Returns a third party error with FAILED status |
| Username and Password | errorIncorrectCredentials@test.com | any | Returns a failed collection with a INCORRECT_CREDENTIALS status |
| Username and Password | successEmptyWealth@test.com | any | Returns a COMPLETED status with no wealth data/accounts |
| Username and Password | pensions@test.com | any | Returns COMPLETED with SIPP accounts and a UK Occupational Pension. |
| Username and Password | savings@test.com | any | Returns COMPLETED with a Stocks & Shares ISA, a GIA, and a Lifetime ISA. |
| Username and Password | generalSavings@test.com | any | Returns COMPLETED with a Cash ISA and a Fixed Rate ISA. |
| Username and Password | allAccounts@test.com | any | Returns COMPLETED with all of the above accounts. |
| Username and Password | any | any | Logs in using a username and password, and returns COMPLETED with a Stocks & Shares ISA account. |
| Device Login | - | - | Briefly shows a QR code for logging in, asks for 6-digit number 2FA code, and returns COMPLETED with a Stocks & Shares ISA account. |
| Device Login | 654321 (2FA code) | - | Entering 654321 as the 2FA code returns a failed login at the 2FA step. |