Find manuals, software, videos, and answers for your MagTek products and services.
Contact MagTek Support | M-F: 5:30 AM - 5:00 PM (PST)
fetch('https://svc1.magensa.net/Unigate/api/Transaction/Token', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Basic YOUR_BASE64_CREDENTIALS'
},
body: JSON.stringify({
customerTransactionID: 'txn_1001',
transactionInput: { transactionType: 'SALE', amount: 29.99 },
token: 'MAG-TEST-TOKEN-ABC123'
})
})
.then(res => res.json())
.then(data => console.log('Transaction Approved:', data.transactionOutput.transactionMessage))
.catch(err => console.error('Error:', err));
These demos show how to communicate with Secure Card Reader Authenticator (SCRA) devices using Web HID with Chromium Desktop Browsers
Start >MagTek Reader Management System is a suite of apps and source code that automates the ability to configure and update MagTek readers.
Start >Unigate is Magensa's API for both card-present and card-not-present payments via MPPG V5 or later.
Start >Secure translation and wrapper service to deliver payloads of any format to any destination.
Start >Tokens may be derived from the Tokenization service, or by consuming the response from another transaction.
Start >Secure eCommerce and alternative payment transactions through Hosted Payment Pages and iFrames.
Start >