Pixxles
Pixxles is a payment processor that offers end-to-end payment services. Accept ecommerce payments, use a secure virtual terminal, and enjoy digital banking.


Last updated
Pixxles is a payment processor that offers end-to-end payment services. Accept ecommerce payments, use a secure virtual terminal, and enjoy digital banking.


Last updated
<input type="hidden" name="browserData" value="" id="browserData"><script type="text/javascript">
const navigator = window.navigator;
const browserData = {
acceptHeader: 'application/json',
userAgent: navigator.userAgent,
language: navigator.language,
timezone: (new Date()).getTimezoneOffset().toString(),
colorDepth: screen.colorDepth,
screen: {
height: screen.height.toString(),
width: screen.width.toString()
},
javaScriptEnabled: true,
javaEnabled: navigator.javaEnabled()
};
document.getElementById('browserData').value = JSON.stringify(browserData);
</script>