If you any have questions or comments related to TiloPay, please send us your thoughts at sac@tilopay.com

2026 © Tilo Commerce.

$(function() { $("#email").keyup(function() { var div_parent = $(this).parent("div"); validateSpecialCharacters(div_parent, "email", $(this).val(), "email", 'Invalid email format.'); }); $("#login").click(function(e) { checkCaptcha(e); }); }); function checkCaptcha(e) { e.preventDefault(); var email = $("#email").val(); var password = $("[name='password']").val(); var submitFormToLaravel = function() { grecaptcha.enterprise.ready(function() { grecaptcha.enterprise.execute("6Lfr-sAeAAAAAM7DTVoRHM2u4ygRvy_BKNtgjg5b", { action: 'login' }).then(function(token) { $('#loginform').submit(); }); }); }; if (email && password) { var btn = $("#login"); var originalHtml = btn.html(); btn.prop('disabled', true).css('opacity', '0.6').html(''); submitFormToLaravel(); } else { submitFormToLaravel(); } } $(document).ready(function() { var pyamentUrl = "0"; if (pyamentUrl != 0) { var span = document.createElement("span"); span.innerHTML = '
' + '
' + 'Account has been deactivated due an unpaid invoice , add valid card to process the payments and activate it.' + '' + '
' + '
'; swal({ html: true, title: "Due invoice", content: span, buttons: false, customClass: ".swal-cards" }).then(function(isConfirm) { 'call tokineze' if (isConfirm) { console.log('oki confirm'); } }); } else { var txtError = ''; if (txtError == '') { } if (txtError != '') { swal("Review the following issues", txtError, 'error'); } } });