Skip to main content

Request

To query a receipt, send a single XML file in an HTTP POST request.

Requirements

  • Base URL: https://www.szamlazz.hu/szamla/ (request target)
  • Method: POST
  • Content type: multipart/form-data
  • Form field name: action-szamla_agent_nyugta_get
  • File content: the request data as XML (structure: XSD schema; sample: XML example)
  • Identifying the receipt: in the XML fejlec, use either nyugtaszam (receipt number) or rendelesSzam (order number) – the receipt number is generated by the system and returned in the receipt creation response; the order number is the value you can provide in the receipt creation request

Sample HTML form

The request can be sent for example with a form like this:

<html>
<head><meta content="text/html; CHARSET=UTF-8"></head>
<body>
<form action="https://www.szamlazz.hu/szamla/" method="post" enctype="multipart/form-data">
<input type="file" name="action-szamla_agent_nyugta_get">
<input type="submit" name="generate" value="Query receipt">
</form>
</body>
</html>

Try it:

Upload your edited XML file
tip

We recommend validating your XML against the XSD before sending.