PAID_OUTSIDE_EP.PAYABLE, an id will be returned that can be used to create a payment URLvalidFrom: 2025-08-31T22:00:00.000+00:00validUntil: 2026-08-31T21:59:59.999+00:00validFrom to pay the tax without any additional fine or interest from ACI. This date is represented by paymentDeadline, for example:paymentDeadline: 2025-09-30T21:59:59.999+00:00.validUntil, a new period will start, and they will not be able to pay the old one with Easypol. Creating the same vehicle will display information for the new period.paymentDeadline represents the last day for the vehicle owner to renew with their insurance company. Even if the payment has not been made yet, the vehicle is still allowed to circulate on public streets for an additional 15 days, represented by validUntil.curl --location --request POST 'https://partners.easypol.io/api/v5/vehicles' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"licencePlate": "AB125CD",
"type": 1
}'{
"type": 1,
"licencePlate": "AB125CD",
"tax": {
"status": 7,
"id": "68e7804f093a3087b2f82b3f",
"amount": 136.62,
"validFrom": "2025-04-30T22:00:00.000Z",
"validUntil": "2026-04-30T21:59:59.999Z",
"paymentDeadline": "2025-05-30T22:00:00.000Z",
"fine": 1.04,
"interest": 0.01,
"fee": 2.00
},
"brand": "LANCIA",
"model": "Ypsilon 2a serie ('06'-'13')",
"setup": "Ypsilon 1.2 69 CV Elle (51 kW)",
"logoUrl": "https://easypol.io/lancia.png",
"cylinderCapacity": 1200,
"fiscalHorsePower": 14,
"horsePower": 69,
"power": 51,
"environmentalClass": "EURO5",
"registrationDate": "2011-01-01T00:00:00.000Z",
"registrationState": "ME",
"supply": "Benzina",
"insurance": {
"company": "IPTIQ EMEA P&C SA",
"contractNumber": "BLP304845681",
"paymentDeadline": "2026-06-04T00:00:00.000Z",
"status": 1,
"validUntil": "2026-05-20T00:00:00.000Z"
},
"stolenReport": {
"updatedAt": {
"$date": "2025-12-02T23:00:00.000Z"
},
"stolen": false
},
"inspections": {
"updatedAt": "2025-12-05T09:12:59.130Z",
"nextInspectionDeadline": "1999-03-30T22:00:00.000Z",
"history": [
{
"date": "2024-05-08T00:00:00.000Z",
"status": 1,
"kilometers": 86465
},
{
"date": "2022-04-14T00:00:00.000Z",
"status": 1,
"kilometers": 81882
},
{
"date": "2019-12-10T00:00:00.000Z",
"status": 1,
"kilometers": 77057
}
]
},
"noviceDriverEligible": true
}