cardholderauthentication
Records the authentication details for credit card transactions, including the status of the verification process and results of authentication checks.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the transaction. | |
| acceptheader | String | The Accept Header value sent in the request, used for authentication. | |
| amount | Decimal | The total amount of the transaction. | |
| authenticatedeviceformaction | String | The form action URL for device authentication. | |
| authenticatedeviceformid | String | The unique identifier for the device authentication form. | |
| billingaddress | String | The billing address associated with the transaction. | |
| cavv | String | The Cardholder Authentication Verification Value (CAVV), used for 3D Secure authentication. | |
| challengeshopperformaction | String | The form action URL for challenging the shopper during authentication. | |
| challengeshopperformid | String | The unique identifier for the shopper challenge form. | |
| challengewindowsize | String | The window size for the 3D Secure authentication challenge. | |
| currency | String | The currency used for the transaction. | |
| eci | String | The E-Commerce Indicator (ECI) value, representing the security level of the transaction. | |
| entity | String | The cardholder or entity making the payment. | |
| externalid | String | A unique external identifier for referencing the transaction in external systems. | |
| ipaddress | String | The IP address of the cardholder making the transaction. | |
| notificationurl | String | The URL used to send payment notifications. | |
| paymentmethod | String | The payment method used for the transaction. | |
| paymentoption | String | The payment option selected by the cardholder. | |
| paymentprocessingprofile | String | The payment processing profile used for handling the transaction. | |
| shippingaddress | String | The shipping address associated with the transaction. | |
| status | String | The current status of the transaction. | |
| subsidiary | String | The subsidiary associated with the transaction. | |
| threedstransactionid | String | The unique identifier for the 3D Secure transaction. | |
| threedstranstatusreason | String | The reason code for the 3D Secure transaction status. | |
| threedsversion | String | The version of 3D Secure used for authentication. |