<- Object

Object

All versions ->

CardPaymentDetails

Reflects the current status of a card payment.

Link to section

Properties

Link to section

status

string

The card payment's current state. It can be one of: AUTHORIZED, CAPTURED, VOIDED, FAILED.

Link to section

card

The credit card's non-confidential details.

Link to section

entry_method

string

The method used to enter the card's details for the payment. Can be KEYED, SWIPED, EMV, ON_FILE, or CONTACTLESS.

Link to section

cvv_status

string

Status code returned from the Card Verification Value (CVV) check. Can be CVV_ACCEPTED, CVV_REJECTED, CVV_NOT_CHECKED.

Link to section

avs_status

string

Status code returned from the Address Verification System (AVS) check. Can be AVS_ACCEPTED, AVS_REJECTED, AVS_NOT_CHECKED.

Link to section

auth_result_code

string

Status code returned by the card issuer that describes the payment's authorization status.

Link to section

application_identifier

string

For EMV payments, identifies the EMV application used for the payment.

Link to section

application_name

string

For EMV payments, the human-readable name of the EMV application used for the payment.

Link to section

application_cryptogram

string

For EMV payments, the cryptogram generated for the payment.

Link to section

verification_method

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.

Link to section

verification_results

string

For EMV payments, the results of the cardholder verification. Can be one of SUCCESS, FAILURE, or UNKNOWN.

Link to section

statement_description

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.

Link to section

device_details

Details about the device that took the payment.

Link to section

refund_requires_card_presence

boolean

Beta

Whether or not the card is required to be physically present in order for the payment to be refunded. If true, the card is required to be present.

Link to section

errors

Information on errors encountered during the request.