{% extends "layout.html" %} {% from "loading.html" import loading_block_ui %} {% block head %} {% endblock %} {% block content %}

Six Payment Terminal

Set the Terminal ID (TID) of the terminal you want to use.

Terminal ID (digits only)
{{ loading_block_ui(loading_message) }}
{% if terminalId %}

Current Terminal Id: {{ terminalId }}

You can clear the terminal configuration
{% endif %} {% endblock %}