Any website can request payment from currently logged in Talleo webwallet using simple HTML form. Only required fields are “recipient” and “amount”. Other currently supported optional fields include “anonymity” and “paymentID”. Webwallet user must accept the payment using authentication code before it is sent.

Future versions of webwallet code will support “callback” field that can be used to send the transaction hash and payment details to script hosted on same server as the form.

<form action="https://wallet.talleo.org/send.php" method="post">
<input type="hidden" name="amount" value="10.00" />
<input type="hidden" name="recipient" value="TA4hZYd77tqhHnjXxmq7GvZpPZSSx8CthWy9ZufqF8kjZBBN1WAg38uGLihKnLUKTgHC7qSoM5yWneVsyCdkrL6L1mgAuuuM2" />
<input type="image" src="https://wallet.talleo.org/images/logo.png" alt="Submit" style="width: 32px; height: 32px;" />
</form>

Published by Mika

Lead developer and team leader of Talleo Project