Docs

Test Data

Pre-seeded vehicles, owners, and identifiers for testing against the sandbox.

The sandbox environment is pre-seeded with synthetic vehicles, owners, and identifiers so you can exercise every endpoint without real customer data. Every value below is fictitious and safe to use in requests.

The sandbox is periodically reset and re-seeded. These fixtures are always recreated, so you can rely on them being present.

Certificate number formats

The vehicle field is a vehicle registration certificate number. Two formats are accepted:

TypeFormatExample
Permanentexactly 9 digits123456789
Temporary1–2 letters followed by 4–9 digitsAB1234567

Permanent certificates work for every product. Temporary certificates apply to Green Card, RO & EU Vignette, and Road Tax — local MTPL (RCA) requires a permanent 9-digit certificate.

Test vehicles

CertificateTypeVehicleCategoryOwnerOwner IDNP / IDNO
123456789permanentŠkoda Octavia (2020)A — carAndrei Ceban2003009876540
987654321permanentDacia Logan (2021)A — carAndrei Ceban2003009876540
520932710permanentMercedes 319 CDI (2019, 8 seats)A — minibusAndrei Ceban2003009876540
111222333permanentKnott B2515 (2018)F1 — trailerAndrei Ceban2003009876540
222333444permanentToyota Corolla (2019)A — carVasile Stratan (co-owner: Andrei Ceban)2004001234567
333444555permanentVolkswagen Golf (2020)A — carBT Leasing Moldova IFN SA (legal entity)1005600002152
AB1234567temporaryHyundai Tucson (2022)A — carAndrei Ceban2003009876540

Suggested usage

  • RCA / Green Card123456789 or 987654321
  • RO Vignette987654321
  • EU Vignette123456789, the temporary AB1234567, or a foreign_vehicle payload (see Get Offers)
  • Road Tax987654321
  • Co-owner pricing222333444
  • Leasing / legal-entity owner333444555

Test identifiers (IDNP / IDNO)

Use these for the idnx field (insured / contractor) and for person lookups. All pass IDNP checksum validation.

IDNPNameNotes
2003009876540Andrei Cebanprimary test person; owner of most test vehicles
2004001234567Vasile Stratanregistered owner of 222333444
2001038217947Vlad Moraru
2004056123890Ana Popescu
1975114567321Ion Cojocaru
1003456789012Sergiu Lupu
2008097654321Maria Botnaru

Legal entity (IDNO): 1005600002152 — BT Leasing Moldova IFN SA.

Example

A complete get-offers call for RCA using the test data above:

Get Offers — RCA
curl -X POST <base-url>/v1/get-offers \
  -H "Content-Type: application/json" \
  -H "X-Hmac-Signature: <partnerId>:<signature>" \
  -d '{"product":"rca","vehicle":"123456789","idnx":"2003009876540","duration":365,"ownership":"property"}'

The signature is generated from the request body exactly as described in Authentication. Your test base URL, Partner ID, and secret are issued to you individually.


iAsig © 2026