Secure Payment - Android Intent (Application to Application)

Secure Payment - Android Intent (Application to Application)

Description

This documentation is intended for customers and third parties wishing to control the PayFacto payment application running on a PAX Android device using an Android Intent.

The document contains the functional message specifications for a Point of Sale (POS) software to process credit card, debit card and admin transactions.

This specifications is available on software version string PF_PAYDROID_100 and beyond.

📘

Disclaimer

Information provided in this document describes capabilities available at the time of this document was developed, and information available from industry payment schemes and card associations.
The document is intended to be used as a guideline and PayFacto accepts no liability for any errors or omissions in this document.

PayFacto is bound by the rules and regulations of the payment schemes and card associations available at the time of producing this document and described in the document.

❗️

Non-Disclosure Agreement (NDA)

A Non-Disclosure Agreement (NDA) must be executed between PayFacto Inc. and the intended audience of this document.

🚧

This document is proprietary to PayFacto and has been provided on a confidential and restricted basis.

This document provides details that are essential to PayFacto business and are proprietary. PayFacto is providing this document with the express understanding that it will be held in confidence.

Any use, display, reproduction, disclosure or dissemination, by any method now known or later developed, of this material or the information contained herein, in whole or in part, without the prior written consent of PayFacto is strictly prohibited.

PayFacto logo is registered trademark of PayFacto Inc. and may not be copied, imitated or used, in whole or in part, without prior written permission. All other trademarks, registered trademarks, product names, and logos identified or mentioned herein are the property of their respective owners

    • Related Articles

    • Transactions to Secure Payment Application

      To call the PayFacto payment application, a developer needs to create an Android intent. JavaScript Intent intent = new Intent("com.payfacto.terminal.payment.PAYMENT_ACTIVITY"); Additional data is required to complete the intent as explained in the ...
    • DataCandy Gift Cards - Android Intent (Application to Application)

      Description This document is intended for customers and third parties wishing to control the PayFacto DataCandy application running on a PAX Android device using an Android Intent. The document contains the functional message specifications for a ...
    • Example Calls to the Secure Payment Application

      This page lists code examples for the various Secure Payment transactions Purchase JavaScript Intent intent = new Intent("com.payfacto.terminal.payment.PAYMENT_ACTIVITY");   intent.putExtra("TRANSACTION", "SALE"); intent.putExtra("AMOUNT", "100"); // ...
    • Google Pay™ Android

      Google PayTM Android offers an easier, more secure way to pay and facilitate the checkout process by using a mobile device access code or other physical recognition system during an online payment. Android Process In order to start accepting Google ...
    • Application Information Request

      To call the PayFacto payment application, a developer needs to create an Android intent. JavaScript Intent intent = new Intent("com.payfacto.terminal.payment.PAYMENT_ACTIVITY"); More extra data is needed to complete the intent: Extra String Label ...