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 insurances.

Demo Usernames

France ('fr-demo')

UsernameEffect
errorFailedStart@test.comFails directly at start
errorThirdParty@test.comReturns THIRD_PARTY_ERROR
errorIncorrectCredentials@test.comReturns INCORRECT_CREDENTIALS
errorAuthenticationConflict@test.comReturns AUTHENTICATION_CONFLICT
successTwoFactor@test.comTriggers OTP 2FA flow requiring code input
successTwoFactorWith2FAPhoneNumner@test.comTriggers 2FA flow requiring phone number input
2faQrCodeTriggers QR code 2FA flow with dynamic QR codes (case-insensitive pattern)
2FAOptionsTriggers 2FA method selection (email/SMS/app options) (case-insensitive pattern)
2FAAppTriggers app-based 2FA (no response required) (case-insensitive pattern)
2FAPhone or 2FAsmsTriggers SMS-based 2FA requiring SMS code (case-insensitive pattern)
2FAemailTriggers email-based 2FA requiring email code (case-insensitive pattern)
2FAResendTriggers SMS 2FA with resend option (case-insensitive pattern)
errorUserInput@test.com or contactForm@test.comReturns CONTACT_FORM (triggered post-login)
errortimeoutLogin@test.comReturns FAILED due to login timeout
accountTemporarilyLocked@test.comReturns ACCOUNT_TEMPORARILY_LOCKED
errorWaitingForAuthentication@test.comReturns WAITING_FOR_AUTHENTICATION timeout
successEmptyInsurance@test.comReturns COMPLETED_EMPTY after login
errorCompletedPartial@test.comReturns FAILED with partial data (first insurance only)
successMultipleInsurances@test.comReturns COMPLETED with multiple insurances (home, car, villa, plus an extra car)
successRentalHomeInsurances@test.comReturns COMPLETED with rental home insurance (rental residence, owner status)
carThirdPartyPlus@test.comReturns car insurance with THIRD_PARTY_PLUS coverage, deductibles, and add-ons
addonsdeductiblesandlimits@test.comReturns car insurance with all deductibles and add-ons
deductiblesWithfreeTextFormula@test.comReturns car insurance with free-text formula deductibles
noCoverage@test.comReturns car insurance without coverage information
collectionItemsSimulates collection items workflow (async item creation and completion) (case-insensitive contains)
visual-testReturns static visual test insurances (case-insensitive contains)
catAdds cat insurance to the list (contains)
dogAdds dog insurance to the list (contains)
homeReturns only home insurance (exact match)
nopremiumReturns condo and villa insurances without premium information (case-insensitive contains)

Notes:

  • Default (no matching username) returns home, car, and villa insurances with status COMPLETED.
  • The 2FA patterns are checked during login and work as username substring matches (case-insensitive).
  • contactForm and errorUserInput are checked post-login, so the collection reaches login before failing.

PDF Upload

PDF upload is supported. Upload any PDF file and select line of business. The returned result does not depend on the content of the uploaded PDF file, instead it depends on the selected line of business. Uploading at least one PDF using the Vehicle line of business will result in status FAILED PDF PARSE. Only uploading using the Home line of business will result in one returned home insurance for each uploaded PDF.