Easypol pagoPA API
    Easypol pagoPA API
    • Getting Started
    • Payment API
      • Testing Data
      • Result Codes
      • Create Vehicle
        POST
      • Create Payment URL
        POST
      • Get Receipt
        GET
    • Webhooks
      • Pagopa Payment Result
        POST
    • Schemas
      • Vehicle
      • PayableVehicleTax
      • PaidVehicleTax
      • ExternallyPaidVehicleTax
      • ExemptedVehicleTax
      • ErrorVehicleTax
      • UnknownVehicleTax
      • PayngVehicleTax
      • Inspection

    Vehicle

    {
        "type": 1,
        "licencePlate": "AB125DC",
        "tax": {
            "status": 7,
            "id": "string",
            "amount": 0.01,
            "fine": 0.01,
            "interest": 0,
            "fee": 0,
            "validFrom": "2026-06-02T11:00:00-03:00",
            "validUntil": "2026-06-02T11:00:00-03:00",
            "paymentDeadline": "2019-08-24T14:15:22.123Z"
        },
        "brand": "LANCIA",
        "cylinderCapacity": 1200,
        "environmentalClass": "EURO5",
        "fiscalHorsePower": 14,
        "horsePower": 69,
        "logoUrl": "https://easypol.io/lancia.png",
        "model": "Ypsilon 2a serie ('06'-'13')",
        "power": 51,
        "registrationDate": "2028-06-02T00:00:00.000Z",
        "registrationState": "ME",
        "setup": "Ypsilon 1.2 69 CV Elle (51 kw)",
        "supply": "Diesel",
        "insurance": {
            "status": 1,
            "company": "IPTIQ EMEA P&C SA",
            "contractNumber": "string",
            "paymentDeadline": "2026-06-04T00:00:00.000Z",
            "validUntil": "2026-05-20T00:00:00.000Z"
        },
        "inspections": {
            "updatedAt": "2019-08-24T14:15:22.123Z",
            "nextInspectionDeadline": "2019-08-24T14:15:22.123Z",
            "history": [
                {
                    "date": "2019-08-24T14:15:22.123Z",
                    "status": 1,
                    "kilometers": 0
                }
            ]
        },
        "noviceDriverEligible": true,
        "stolenReport": {
            "updatedAt": "2019-08-24T14:15:22.123Z",
            "stolen": true,
            "crime": "string",
            "place": "string",
            "date": "2019-08-24T14:15:22.123Z"
        }
    }
    Built with