Third Party Payments


Use of third-party payment systems outside of what we offer are prohibited due to anti-money laundering laws and “Know Your Client” requirements. Arrangements for offsite payments are not allowed.




Was this helpful?
$(".uchaticon").click(function(){ $("#menunotify").modal("hide"); }); $(".unotifycon").click(function(){ $("#menuoptionone").modal("hide"); }); $(".uploadbtn").click(function(){ $("#menuoptionone").modal("hide"); $("#menunotify").modal("hide"); }); $(document).click(function(event) { if (!$(event.target).closest(".uchaticon, .unotifycon, .chathead, #menuoptionone, .menuoption").length) { $("#menuoptionone").modal("hide"); $("#menunotify").modal("hide"); } });