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
For each market 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 it will not trigger an end-user authentication. There are a set number of usernames which will do specific things, usernames that are not used in this list will return wealth accounts.
Demo Usernames
Germany ('de-demo')
| Username | Effect |
|---|---|
errorFailedStart@test.com | Fails directly at start |
errorThirdParty@test.com | Returns THIRD_PARTY_ERROR |
errorAuthenticationConflict@test.com | Returns AUTHENTICATION_CONFLICT |
successTwoFactor@test.com | Triggers OTP 2FA flow requiring code input |
incorrectCredentials | Returns INCORRECT_CREDENTIALS (case-insensitive contains) |
customerEnrollment | Returns CUSTOMER_ENROLLMENT_REQUIRED (case-insensitive contains) |
contactForm | Returns CONTACT_FORM (case-insensitive contains) |
successEmptyWealth@test.com | Returns COMPLETED_EMPTY with no wealth accounts |
successMultiplePensions@test.com | Returns COMPLETED with multiple pension types (default if no username provided) |