Paying Bills

Bills payment via API and in real time

Payment service available for any type of bill

The cost of the Bill payment is 3€. The amount does not have to be entered in the request but will be charged directly in the payment interface.

To make a payment request for a bill, it is necessary to use the POST /pay/{endpoint} endpoint.

The endpoint parameter identifies the type of bill. All bill codes are given in the documentation with examples of the values to pass within the body of the request.

Any type of Bill can be paid: White (451), Mav, RAV, PagoPa, Stamp, Postal (123), Bollettini 674 and 896.

The Paying Bills API returns the request id and the url to the interface for completing the transfer payment.

It is possible to check the status of a payment request via the GET /pay/{id} endpoint and obtain the receipt for the payment made with GET /pay/{id}/ricevuta.

The service returns the response in a few seconds.

In the Usage section, at the API level, you can monitor your free and top-up requests. They are available both graphically (period month and year) and with a textual summary.