id in the response can be used to generate a payment link for the notice. For more info see Create Payment URL.curl --location --request POST 'https://partners.easypol.io/api/v5/payment-notices/pagopa' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"noticeNumber": "161162110454478701",
"recipientTaxCode": "00488410010",
"amount": 32.00
}'{
"id": "61f01a43c6eeb881bf5d9db7",
"noticeNumber": "161162110454478701",
"recipient": {
"name": "Telecom Italia S.p.A.",
"taxCode": "00488410010",
"logoUrl": "https://easypol.blob.core.windows.net/api-assets/logos/6226a890c48cdab3ddddc8bc.png"
},
"amount": 35.50,
"description": "Pagamento Fattura TIM"
}