Any website can add simple code to request GUI wallet user to send TLO to specific address. GUI wallet must have been started once on the client machine to install the payment URL handler.

Only required parameter is “amount” as the recipient address is used as path of the request. Payment ID can be optionally added as “payment_id” parameter to the payment address.

Prior to version 2.0.8.3, the amount is in atomic units, 1 TLO is 100 atomic units, so 1000 atomic units is 10.00 TLO.

<a href="talleo:TA4hZYd77tqhHnjXxmq7GvZpPZSSx8CthWy9ZufqF8kjZBBN1WAg38uGLihKnLUKTgHC7qSoM5yWneVsyCdkrL6L1mgAuuuM2?amount=1000">
<img src="https://wallet.talleo.org/images/logo.png" style="width: 32px; height: 32px;" />
</a>

Starting from version 2.0.8.3, the amount will be in TLO.

<a href="talleo:TA4hZYd77tqhHnjXxmq7GvZpPZSSx8CthWy9ZufqF8kjZBBN1WAg38uGLihKnLUKTgHC7qSoM5yWneVsyCdkrL6L1mgAuuuM2?amount=10.00">
<img src="https://wallet.talleo.org/images/logo.png" style="width: 32px; height: 32px;" />
</a>

Published by Mika

Lead developer and team leader of Talleo Project