.tpl files for each format. These examples are a great starting point to help you design templates that fit your use case, follow formatting rules, and get parsed correctly during generation.
The file content must follow the output format you need (HTML, XML, CSV, PDF or TXT), but make sure to save it with a
.tpl extension. This is required for the template to work properly.Tip for rendering a transaction receipt
To generate a transaction receipt using Reporter, you can send a request like this to the Create a Report endpoint:
What does this filter do?
Thefilters field lets you limit the data used when rendering the template. In this case, you’re telling the system to use only the transaction with the ID 0196d983-a2c2-7d5a-a5b7-029fe0dcb710.
That means your receipt will include just that one transaction — and the operations linked to it — keeping the output clean and focused.
What happens next?
Once the request is sent:- The API returns a
reportId. - You can use this ID to check the status of the report.
- When it’s ready, the report will be available for download.

