{"info":{"_postman_id":"6545665a-d1a8-4bc0-92b2-2c9e65f89909","name":"eCommerce","description":"<html><head></head><body><h2 id=\"ecommerce--alternative-payments\">eCommerce &amp; alternative payments</h2>\n<ul>\n<li><p>Link: <a href=\"https://demo.magensa.net/tec\">Alternative Payments Demo - main landing page</a></p>\n</li>\n<li><p>TokenExchange Connect</p>\n<ul>\n<li><p>Link: <a href=\"https://github.com/Magensa/te-connect\">Github page for TokenExchange Connect</a></p>\n<ul>\n<li><p>Link: <a href=\"https://github.com/Magensa/te-connect-react\">Github README: TokenExchange Connect React component</a></p>\n</li>\n<li><p>Link: <a href=\"https://github.com/Magensa/te-connect-ng\">Github README: TokenExchange Connect Angular component</a></p>\n</li>\n<li><p>Link: <a href=\"https://github.com/Magensa/te-connect-js\">Github README: TokenExchange Connect JavaScript component</a></p>\n</li>\n</ul>\n</li>\n<li><p>Link: <a href=\"https://demo.magensa.net/tec/tec-mppg/token-exchange-form\">TokenExchange Connect demo page</a></p>\n</li>\n<li><p><strong>NOTE</strong>: The Github pages for the TokenExchange Connect components include sample code that refers to a parameter for createTEConnect() called either \"<strong>publicKeyGoesHere</strong>\" or \"<strong>your_public_key_here</strong>\". This is the same parameter that is included in the Magensa account onboarding worksheet and referred to as \"Auth Header\". This value is a base64-encoded concatenation of the TokenExchange Connect credentials in the form \"/:\".</p>\n</li>\n</ul>\n</li>\n<li><p>E-wallets</p>\n<ul>\n<li><p>Apple Pay -- NFC taps from devices with Apple Pay are handled by NFC-enabled MagTek readers like any other contactless card</p>\n</li>\n<li><p>Google Pay -- NFC taps from devices with Google Pay are handled by NFC-enabled MagTek readers like any other contactless card</p>\n</li>\n</ul>\n</li>\n<li><p>In-app payments</p>\n<ul>\n<li><p>P/N D998200516: <a href=\"https://www.magtek.com/content/documentationfiles/d998200516.pdf\">Mobile App Payments | Google Pay and Apple Pay, In-app and In-Web | Magensa Services Developer Program Manual</a></p>\n</li>\n<li><p>Apple Pay</p>\n<ul>\n<li><p>AZURE</p>\n<ul>\n<li><p>Link: <a href=\"https://svc1.magensa.net/MPPGv4/MPPGv4Service.svc/ProcessInAppApplePay\">XML/SOAP URI for MPPGv4 API method ProcessInAppApplePay</a></p>\n</li>\n<li><p>Link: <a href=\"https://svc1.magensa.net/MPPGv4/MPPGv4Service.svc/JSON/ProcessInAppApplePay\">JSON/REST URI for MPPGv4 API method ProcessInAppApplePay</a></p>\n</li>\n</ul>\n</li>\n<li><p>LAX</p>\n<ul>\n<li><p>Link: <a href=\"https://mppg.magensa.net/V4/MPPGv4Service.svc/ProcessInAppApplePay\">XML/SOAP URI for MPPGv4 API method ProcessInAppApplePay</a></p>\n</li>\n<li><p>Link: <a href=\"https://mppg.magensa.net/V4/MPPGv4Service.svc/JSON/ProcessInAppApplePay\">JSON/REST URI for MPPGv4 API method ProcessInAppApplePay</a></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Google Pay</p>\n<ul>\n<li><p>AZURE</p>\n<ul>\n<li><p>Link: <a href=\"https://svc1.magensa.net/MPPGv4/MPPGv4Service.svc/ProcessGooglePay\">XML/SOAP URI for MPPGv4 API method ProcessGooglePay</a></p>\n</li>\n<li><p>Link: <a href=\"https://svc1.magensa.net/MPPGv4/MPPGv4Service.svc/JSON/ProcessGooglePay\">JSON/REST URI for MPPGv4 API method ProcessGooglePay</a></p>\n</li>\n</ul>\n</li>\n<li><p>LAX</p>\n<ul>\n<li><p>Link: <a href=\"https://mppg.magensa.net/V4/MPPGv4Service.svc/ProcessGooglePay\">XML/SOAP URI for MPPGv4 API method ProcessGooglePay</a></p>\n</li>\n<li><p>Link: <a href=\"https://mppg.magensa.net/V4/MPPGv4Service.svc/JSON/ProcessGooglePay\">JSON/REST URI for MPPGv4 API method ProcessGooglePay</a></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>PayPal/Venmo</p>\n<ul>\n<li><p>P/N D998200515: <a href=\"https://www.magtek.com/content/documentationfiles/d998200515.pdf\">MPPG v3.0 and v4.0 | PayPal/Venmo API | Developer Program Manual</a></p>\n</li>\n<li><p>Link: <a href=\"https://demo.magensa.net/tec/paypal-venmo/paypal-venmo-request\">PayPal/Venmo demo page</a></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Web app payments</p>\n<ul>\n<li><p>P/N D998200516: <a href=\"https://www.magtek.com/content/documentationfiles/d998200516.pdf\">Mobile App Payments | Google Pay and Apple Pay, In-app and In-Web | Magensa Services Developer Program Manual</a></p>\n<ul>\n<li>Link: <a href=\"https://demo.magensa.net/tec/tec-apple-pay/apple-pay-button\">TokenExchange Connect / Apple Pay demo page</a></li>\n</ul>\n</li>\n<li><p>Google Pay</p>\n<ul>\n<li>Link: <a href=\"https://demo.magensa.net/tec/tec-google-pay/\">TokenExchange Connect / Google Pay demo page</a></li>\n</ul>\n</li>\n<li><p>Web app payment requests using Apple Pay or Google Pay</p>\n<ul>\n<li><p>Link: <a href=\"https://github.com/Magensa/te-connect-react/blob/master/TecPaymentRequestREADME.md\">Github README: TokenExchange Connect Payment Request: React</a></p>\n</li>\n<li><p>Link: <a href=\"https://github.com/Magensa/te-connect-ng/blob/master/TecPaymentRequestREADME.md\">Github README: TokenExchange Connect Payment Request: Angular</a></p>\n</li>\n<li><p>Link: <a href=\"https://github.com/Magensa/te-connect-js/blob/master/TecPaymentRequestREADME.md\">Github README: TokenExchange Connect Payment Request: JavaScript</a></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Pay request app (payment link for QR code)</p>\n<ul>\n<li><p>P/N D998200529: <a href=\"https://www.magtek.com/Content/DocumentationFiles/D998200529.pdf\">Magensa Payment Protection Gateway Versions 3&amp;4 | Payment Request API | Specifications and Integration Guide</a></p>\n</li>\n<li><p>Link: <a href=\"https://demo.magensa.net/tec/payment-request/create-new-pr\">Payment Request demo page</a></p>\n</li>\n<li><p>Link: <a href=\"https://paymentrequest.magensa.net/swagger/index.html\">Swagger page for PaymentRequest API Gateway</a></p>\n</li>\n<li><p>URL for PaymentRequest API: <a href=\"https://paymentrequest.magensa.net/api/PaymentRequest\">https://paymentrequest.magensa.net/api/PaymentRequest</a></p>\n</li>\n</ul>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33729815","collectionId":"6545665a-d1a8-4bc0-92b2-2c9e65f89909","publishedId":"2sAYdkJVAg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-05T16:23:09.000Z"},"item":[]}