How Can We Help?

Find manuals, software, videos, and answers for your MagTek products and services.

Contact MagTek Support | M-F: 5:30 AM - 5:00 PM (PST)

1-562-546-6800 or support@magtek.com

Unlock the Power of Magensa APIs for Seamless

$ curl -X POST 'https://svc1.magensa.net/Unigate/api/Transaction/Token' \\
$

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));

          

MagTek Hardware

Web HID Demos

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 (RMS)

MagTek Reader Management System is a suite of apps and source code that automates the ability to configure and update MagTek readers.

Start >

Magensa Services

Unigate

Unigate is Magensa's API for both card-present and card-not-present payments via MPPG V5 or later.

Start >

Decrypt and Forward

Secure translation and wrapper service to deliver payloads of any format to any destination.

Start >

TokenExchange V2

Tokens may be derived from the Tokenization service, or by consuming the response from another transaction.

Start >

TokenExchange Connect

Secure eCommerce and alternative payment transactions through Hosted Payment Pages and iFrames.

Start >

Payment Request

High-performance transaction processing and routing.

Start >

Decrypt

Secure decryption services for centralized encrypted data.

Start >

PayPal/Venmo

Content ready to enable PayPal/Venmo Transactions.

Start >

Apple Pay

Secure mobile wallet payments from Apple Pay.

Start >

Google Pay

Secure mobile wallet payments from Google Pay.

Start >

Slingshot

High-performance data transfer service for Dishout and PAX users only.

Start >

Contact Magensa Support | M-F: 7:30 AM - 5:00 PM (PST)

1-562-546-6400 or support@magensa.net