Card Present Payment Details
Requires access scope.
Card-present payment information captured during a retail transaction.
Anchor to FieldsFields
- applicationIdentifier (String)
- authorizationCode (String)
- bankCountry (String)
- bin (String)
- cardBrand (String)
- cardFunding (String)
- entryMethod (CardPresentEntryMethod)
- expirationMonth (Int)
- expirationYear (Int)
- issuer (String)
- name (String)
- number (String)
- offlineStoredAt (DateTime)
- paymentMethodName (String)
- reader (CardPresentReaderDetails)
- verificationMethod (CardPresentVerificationMethod)
- wallet (DigitalWallet)
- Anchor to applicationIdentifierapplication•String
Identifier The EMV application identifier (AID) selected for the transaction, as a hexadecimal string.
- •String
The approval code returned by the card issuer or acquirer.
- Anchor to bankCountrybank•String
Country The country where the payment card was issued.
- •String
The issuer identification number (IIN), also known as the bank identification number (BIN), of the payment card.
- Anchor to cardBrandcard•String
Brand Brand of the card used.
- Anchor to cardFundingcard•String
Funding The funding type of the card, such as credit, debit, prepaid, or unknown.
- Anchor to entryMethodentry•Card
Method Present Entry Method The method used to read or enter the payment card details.
Show enum values
- Anchor to expirationMonthexpiration•Int
Month The month in which the payment card expires.
- Anchor to expirationYearexpiration•Int
Year The year in which the payment card expires.
- Anchor to issuerissuer•String
The name of the bank that issued the card. Null when the issuing bank isn't available.
- Anchor to namename•String
The cardholder's name.
- Anchor to numbernumber•String
The payment card number, with all but the last four digits masked.
- Anchor to offlineStoredAtoffline•Date
Stored At Time The date and time when the point of sale stored the payment for deferred authorization. Null when no offline storage time is available.
- Anchor to paymentMethodNamepayment•String
Method Name The name of payment method used by the buyer.
- Anchor to readerreader•Card
Present Reader Details The payment reader used to process the transaction.
Show fields
- Anchor to verificationMethodverification•Card
Method Present Verification Method The cardholder verification method reported for the transaction.
Show enum values
- Anchor to walletwallet•Digital
Wallet Digital wallet used for the payment.
Show enum values