Public Member Functions | |
CommerceTrigger | generateResponse () |
String | getName () |
BigDecimal | getTransactionAmount () |
String | getCurrency () |
String | getPanHandle () |
String | getPanLast4 () |
CardInformation.PresentationMethod | getPresentationMethod () |
String | getCardCurrency () |
String | getCardCountry () |
String [] | getCardPreferredLanguages () |
void | setCardInformation (CardInformation info) |
![]() | |
String | getMerchantId () |
String | getTerminalId () |
Transaction | getTransaction () |
void | setTransaction (Transaction transaction) |
CommerceTrigger | generateResponse () |
String | getMessageType () |
Static Public Attributes | |
static final String | NAME = "CP_SYSTEM_NOTIFIES_CARD_PRESENTED" |
![]() | |
static final String | MESSAGE_NAME_PREFIX = "CP_SYSTEM_" |
static final String | INTENT_EXTRA_TRANSACTION_CONTEXT = "com.verifone.commerce.intent.extra.TRANSACTION_CONTEXT" |
Protected Member Functions | |
void | setHandle (@NonNull String handle) |
void | populateMessageFromJson (@NonNull JSONObject jsonObject) |
String | getAsJsonString () |
![]() | |
void | populateMessageFromJson (@NonNull final JSONObject jsonObject) |
String | getAsJsonString () |
Additional Inherited Members |
Fired by Payment application when:
Access to the full card data is on-demand.
Definition at line 22 of file CardPresentedNotification.java.
CommerceTrigger generateResponse | ( | ) |
There is no response for this object, so this returns null.
Definition at line 34 of file CardPresentedNotification.java.
String getCardCountry | ( | ) |
Present only with EMV cards and is representation of EMV Tag5F28 as an ISO3166 numeric code
Definition at line 116 of file CardPresentedNotification.java.
String getCardCurrency | ( | ) |
Present only with EMV cards and is representation of EMV Tag9F42 as an ISO4217 numeric code
Definition at line 108 of file CardPresentedNotification.java.
String [] getCardPreferredLanguages | ( | ) |
Present only with EMV cards and is representation of EMV Tag5F2D
Definition at line 124 of file CardPresentedNotification.java.
String getCurrency | ( | ) |
Alphabetic currency code (ISO 4217). Ex: USD, EUR.
This represents the currency of getTransactionAmount().
Definition at line 68 of file CardPresentedNotification.java.
String getPanHandle | ( | ) |
A reference returned by the Payment Application to refer to the PAN in question. Commerce Application may choose to use PAN_Handle to request an encrypted PAN via API CP_GET_ENCRYPTED_CARD.
Definition at line 82 of file CardPresentedNotification.java.
String getPanLast4 | ( | ) |
The last four digits of the card holder PAN
Definition at line 91 of file CardPresentedNotification.java.
CardInformation.PresentationMethod getPresentationMethod | ( | ) |
Specifies card type used to obtain card data. Must be one of: MAG_STRIPE, CHIP, CTLS, MANUAL
Definition at line 100 of file CardPresentedNotification.java.
BigDecimal getTransactionAmount | ( | ) |
Transaction amount.
Definition at line 53 of file CardPresentedNotification.java.
|
static |
The system name of the message.
Definition at line 26 of file CardPresentedNotification.java.
This document is the confidential property of Verifone, Inc. Any reproduction or distribution of this document, in whole or in part, or the disclosure of any of the information contained herein, without the prior written consent of Verifone, Inc. is prohibited. This document and any supplemental material supplied as part of any review must be returned to Verifone, Inc. upon request. Notice: This document may go through material revisions over time. While the Company will make every effort to keep readers updated as changes occur, care must be taken by the reader to make sure they are reading the latest version. Version numbers appear in the title page and revision history page of this document. All rights reserved. Verifone, the Verifone logo are either trademarks or registered trademarks of Verifone in the United States and/or other countries. All other trademarks or brand names are properties of their respective holders.