CardholderAuthenticationEvent
Logs events related to the cardholder authentication process, tracking each step of the verification and authorization procedure for payments.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the transaction record. | |
| cardholderauthentication | String | The authentication details of the cardholder, used for 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 used to handle the transaction. | |
| referencecode | String | A reference code associated with the transaction, used for tracking. | |
| request | String | The raw request data sent for transaction processing. | |
| response | String | The raw response data received from the payment processor. | |
| status | String | The current status of the transaction, such as approved or declined. | |
| statusdetails | String | Additional details regarding the transaction status. | |
| statusreason | String | The reason code explaining the transaction status. | |
| threedstranstatus | String | The status of the 3D Secure transaction authentication. | |
| threedstranstatusreason | String | The reason code for the 3D Secure transaction status. |