Easypol pagoPA API
  1. Payment 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
  1. Payment API

Get Receipt

GET
https://partners.easypol.io/api/v5/payment-notices/pagopa/{id}/receipt
It returns the pdf receipt of a paid pagoPA payment notice.

Request

Path Params

Responses

🟢200Success
application/octet-stream
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://partners.easypol.io/api/v5/payment-notices/pagopa/68f0c5d547476fc752d0ebdc/receipt'
Modified at 2025-10-16 10:36:49
Previous
Create Payment URL
Next
Pagopa Payment Result
Built with