DataCandy Gift Cards - Android Intent (Application to Application)

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 Point of Sale (POS) software to process gift card transactions.

📘

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 DataCandy Application

      To call the PayFacto DataCandy application, a developer needs to create an Android intent. JavaScript Intent intent = new Intent("com.payfacto.payfactodatacandy.DATACANDY_ACTIVITY"); Extra Data Additional data are required to complete the intent: ...
    • 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 ...
    • DataCandy on Semi-Integrated Terminals

      Account Activation Linked to the Gift Card Please make sure that your payment terminal is properly configured in order to process DataCandy gift card transactions. DataCandy provides the terminal configuration information directly to the merchant; ...
    • 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 ...
    • 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 ...