Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

62e9cf2 · Sep 24, 2019

History

History
28 lines (20 loc) · 2.56 KB

CardPaymentDetails.md

File metadata and controls

28 lines (20 loc) · 2.56 KB

Square.Connect.Model.CardPaymentDetails

Description

Reflects the current status of a card payment.

Properties

Name Type Description Notes
Status string The card payment's current state. It can be one of: `AUTHORIZED`, `CAPTURED`, `VOIDED`, `FAILED`. [optional]
Card Card The credit card's non-confidential details. [optional]
EntryMethod string The method used to enter the card's details for the payment. Can be `KEYED`, `SWIPED`, `EMV`, `ON_FILE`, or `CONTACTLESS`. [optional]
CvvStatus string Status code returned from the Card Verification Value (CVV) check. Can be `CVV_ACCEPTED`, `CVV_REJECTED`, `CVV_NOT_CHECKED`. [optional]
AvsStatus string Status code returned from the Address Verification System (AVS) check. Can be `AVS_ACCEPTED`, `AVS_REJECTED`, `AVS_NOT_CHECKED`. [optional]
AuthResultCode string Status code returned by the card issuer that describes the payment's authorization status. [optional]
ApplicationIdentifier string For EMV payments, identifies the EMV application used for the payment. [optional]
ApplicationName string For EMV payments, the human-readable name of the EMV application used for the payment. [optional]
ApplicationCryptogram string For EMV payments, the cryptogram generated for the payment. [optional]
VerificationMethod string For EMV payments, method used to verify the cardholder's identity. Can be one of `PIN`, `SIGNATURE`, `PIN_AND_SIGNATURE`, `ON_DEVICE`, or `NONE`. [optional]
VerificationResults string For EMV payments, the results of the cardholder verification. Can be one of `SUCCESS`, `FAILURE`, or `UNKNOWN`. [optional]
StatementDescription string The statement description sent to the card networks. Note: The actual statement description will vary and is likely to be truncated and appended with additional information on a per issuer basis. [optional]
Errors List<Error> Information on errors encountered during the request. [optional]

[Back to Model list] [Back to API list] [Back to README]