Reflects the current status of a card payment.
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. | [optional] |
avsStatus | String | Status code returned from the Address Verification System (AVS) check. | [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] |
errors | List<Error> | Information on errors encountered during the request. | [optional] |