CardholderAuthenticationEventList
Holds a list of events triggered during cardholder authentication, providing a detailed transaction history for security audits.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the payment transaction event. | |
| cardholderauthentication | String | The authentication details of the cardholder, used for verifying transaction security. | |
| eventdatetime | Date | The date and time when the transaction event occurred. | |
| externalid | String | A unique external identifier for referencing the transaction in external systems. | |
| paymentprocessingprofile | String | The payment processing profile associated with this transaction. | |
| referencecode | String | A reference code used for tracking the transaction. | |
| request | String | The raw request data sent for processing the payment transaction. | |
| response | String | The raw response data received from the payment processor. | |
| status | String | The current status of the transaction, such as approved, declined, or pending. | |
| statusdetails | String | Additional details providing insight into the transaction status. | |
| statusreason | String | The reason or explanation for the current transaction status. | |
| threedstranstatus | String | The authentication status of the 3D Secure transaction. | |
| threedstranstatusreason | String | The reason or explanation for the 3D Secure transaction status. |