gatewayNotification
Stores notifications related to payment gateway transactions and processing statuses.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The internal identifier for this gateway notification record in NetSuite. | |
| error | String | Details of any errors encountered during payment processing. | |
| externalid | String | A unique external identifier for referencing this gateway notification in external systems. | |
| isodate | String | The date of the notification in ISO format. | |
| notificationdate | Date | The date when this gateway notification was received. | |
| paymentprocessingprofile | String | The payment processing profile associated with this transaction. | |
| paymentrequestid | String | The unique identifier of the payment request related to this notification. | |
| paymentstatus | String | The status of the payment transaction (such as Approved, Declined, Pending). | |
| request | String | The request data sent to the payment gateway. | |
| response | String | The response data received from the payment gateway. | |
| transaction | String | The transaction record associated with this payment notification. | |
| validatepostbackstatus | String | The status of postback validation for this payment notification. |