Logo
Developer SDK
Version 1.9.632.913d652c-152450467.
CardBinReceivedNotification Class Reference
Inheritance diagram for CardBinReceivedNotification:
CommerceTrigger CommerceMessage

Public Member Functions

CommerceTrigger generateResponse ()
 
String getName ()
 
BigDecimal getTransactionAmount ()
 
void setCardInformation (CardInformation cardInfo)
 
String getCurrency ()
 
String getBin ()
 
String getPanHandle ()
 
- Public Member Functions inherited from CommerceTrigger
String getMerchantId ()
 
String getTerminalId ()
 
Transaction getTransaction ()
 
void setTransaction (Transaction transaction)
 
CommerceTrigger generateResponse ()
 
String getMessageType ()
 
- Public Member Functions inherited from CommerceMessage
abstract String getName ()
 
abstract String getMessageType ()
 
final String getHandle ()
 
final boolean isTypeOfMessage (@NonNull final String type)
 
boolean put (String key, Object value)
 
Object get (String key)
 
List< String > getKeys ()
 
Status send (@NonNull final Context context)
 

Static Public Attributes

static final String NAME = "CP_SYSTEM_NOTIFIES_CARD_BIN_RECEIVED"
 
- Static Public Attributes inherited from CommerceTrigger
static final String MESSAGE_NAME_PREFIX = "CP_SYSTEM_"
 
static final String INTENT_EXTRA_TRANSACTION_CONTEXT = "com.verifone.commerce.intent.extra.TRANSACTION_CONTEXT"
 
- Static Public Attributes inherited from CommerceMessage
static final String MESSAGE_TYPE_INTERAPP = "INTERAPP"
 
static final String MESSAGE_TYPE_PAYMENTTRIGGER = "PAYMENTTRIGGER"
 
static final String MESSAGE_TYPE_NONPAYMENTTRIGGER = "NONPAYMENTTRIGGER"
 
static final String MESSAGE_TYPE_PAYMENTAPI = "PAYMENTAPI"
 
static final String MESSAGE_TYPE_UNKNOWN = "UNKNOWN"
 
static final String INTENT_ACTION_PREFIX = "com.verifone.commerce.intent.action."
 
static final String INTENT_CATEGORY = "com.verifone.commerce.intent.category.CP_MESSAGE"
 
static final String INTENT_EXTRA_HANDLE = "com.verifone.commerce.intent.extra.HANDLE"
 
static final String INTENT_EXTRA_PAYLOAD = "com.verifone.commerce.intent.extra.PAYLOAD"
 
static final String CP_JSON_KEY_TRANS_AMOUNT = "Trans_Amount"
 
static final String CP_JSON_KEY_CURRENCY = "Currency"
 

Protected Member Functions

void setHandle (@NonNull String handle)
 
void populateMessageFromJson (@NonNull JSONObject jsonObject)
 
String getAsJsonString ()
 
- Protected Member Functions inherited from CommerceTrigger
void populateMessageFromJson (@NonNull final JSONObject jsonObject)
 
String getAsJsonString ()
 
- Protected Member Functions inherited from CommerceMessage
void populateMessageFromJson (@NonNull final JSONObject jsonObject)
 
void setHandle (@NonNull final String handle)
 
JSONObject getJsonObject ()
 
void setJsonObject (@NonNull final JSONObject jsonObject)
 
abstract String getAsJsonString ()
 
String getCpAppId ()
 
void setCpAppId (String cpAppId)
 
String getCpAppVersion ()
 
void setCpAppVersion (String cpAppVersion)
 

Additional Inherited Members

- Static Public Member Functions inherited from CommerceMessage
static Intent createIntentWithName (final String name)
 
static Intent createIntentForMessage (final CommerceMessage message)
 
static int getNumberOfReceivers (Context context, final CommerceMessage message)
 
static boolean isResponseMessage (String name)
 
static boolean isRequestMessage (String name)
 
static boolean isMessageFromCPAndroid (String name)
 

Detailed Description

Fired by Payment application when:

  • Magstripe card is swiped
  • Chip card has been inserted and read for PAN
  • Contactless card/phone has been presented

Access to the full card data is on-demand. This event has Card BIN information in the payload.

Definition at line 20 of file CardBinReceivedNotification.java.

Member Function Documentation

◆ generateResponse()

CommerceTrigger generateResponse ( )

There is no response for this object, so this returns null.

Definition at line 37 of file CardBinReceivedNotification.java.

◆ getBin()

String getBin ( )

The card BIN (first 6 digits)

Definition at line 88 of file CardBinReceivedNotification.java.

◆ getCurrency()

String getCurrency ( )

Alphabetic currency code (ISO 4217). Ex: USD, EUR.

This represents the currency of getTransactionAmount().

Definition at line 75 of file CardBinReceivedNotification.java.

◆ getPanHandle()

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 98 of file CardBinReceivedNotification.java.

◆ getTransactionAmount()

BigDecimal getTransactionAmount ( )

Transaction amount.

Definition at line 56 of file CardBinReceivedNotification.java.

Member Data Documentation

◆ NAME

final String NAME = "CP_SYSTEM_NOTIFIES_CARD_BIN_RECEIVED"
static

The system name of the message.

Definition at line 24 of file CardBinReceivedNotification.java.


The documentation for this class was generated from the following file:

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.