paymentResultPreview
The table previewing the results of payment operations, used to simulate and verify payment transaction outcomes before final submission.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | A unique internal identifier assigned to the record, used to reference and manage the transaction or entry in the system. | |
| cancelable | Boolean | Indicates whether the transaction or record can be canceled, allowing for reversal or termination of the action. | |
| datecreated | Date | The date the record was created, used to track the creation time and for auditing or chronological purposes. | |
| externalid | String | A unique identifier for the record assigned by an external system, used for integration or synchronization across systems. | |
| isodate | String | The date in ISO 8601 format (YYYY-MM-DD), providing a standardized representation of the date for international use. | |
| issignaturerequired | Boolean | Indicates whether a signature is required to complete the transaction or validate the record, often for high-value or sensitive actions. | |
| maskedcard | String | A partially hidden version of the card number, showing only the last four digits (for example, **** 1234) for security and privacy. | |
| merchantprintblock | String | The block of text or data that is printed by the merchant, typically used in receipts or transaction records for display or reference. | |
| paymentrequestid | String | A unique identifier for the payment request, used for tracking the specific request made for processing payments. | |
| paymentstatus | String | The current status of the payment (such as pending, completed, failed, or authorized), indicating its progress. | |
| paymentstatusreason | String | The reason associated with the payment status, providing context for why a payment has reached its current state (for example, declined, pending review). | |
| shopperprintblock | String | The block of text or data that is printed for the shopper, often included in transaction receipts or confirmations for customer reference. |