CardPaymentDetails

September 24, 2019 ยท View on GitHub

Description

Reflects the current status of a card payment.

Properties

NameTypeDescriptionNotes
statusStringThe card payment's current state. It can be one of: `AUTHORIZED`, `CAPTURED`, `VOIDED`, `FAILED`.[optional]
cardCardThe credit card's non-confidential details.[optional]
entryMethodStringThe method used to enter the card's details for the payment. Can be `KEYED`, `SWIPED`, `EMV`, `ON_FILE`, or `CONTACTLESS`.[optional]
cvvStatusStringStatus code returned from the Card Verification Value (CVV) check. Can be `CVV_ACCEPTED`, `CVV_REJECTED`, `CVV_NOT_CHECKED`.[optional]
avsStatusStringStatus code returned from the Address Verification System (AVS) check. Can be `AVS_ACCEPTED`, `AVS_REJECTED`, `AVS_NOT_CHECKED`.[optional]
authResultCodeStringStatus code returned by the card issuer that describes the payment's authorization status.[optional]
applicationIdentifierStringFor EMV payments, identifies the EMV application used for the payment.[optional]
applicationNameStringFor EMV payments, the human-readable name of the EMV application used for the payment.[optional]
applicationCryptogramStringFor EMV payments, the cryptogram generated for the payment.[optional]
verificationMethodStringFor EMV payments, method used to verify the cardholder's identity. Can be one of `PIN`, `SIGNATURE`, `PIN_AND_SIGNATURE`, `ON_DEVICE`, or `NONE`.[optional]
verificationResultsStringFor EMV payments, the results of the cardholder verification. Can be one of `SUCCESS`, `FAILURE`, or `UNKNOWN`.[optional]
statementDescriptionStringThe 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]
errorsList<Error>Information on errors encountered during the request.[optional]