RefundTransactions
Displays transactions generated by refunds, including gateway messages and net amounts.
Columns
| Name | Type | References | Description |
| TransactionsId [KEY] | Long | The unique numeric identifier for the refund transaction. | |
| OrderId | Long |
Orders.Id | The unique numeric identifier for the order associated with this refund transaction. |
| RefundId | Long |
Refunds.Id | The unique numeric identifier for the refund associated with this transaction. |
| Amount | Decimal | The total monetary amount processed in the refund transaction. | |
| Authorization | String | The authorization code issued by the payment provider for this refund transaction. | |
| CreatedAt | Datetime | The date and time (ISO 8601 format) when the refund transaction was created. | |
| Currency | String | The three-letter ISO 4217 currency code used for the refund transaction. | |
| DeviceId | String | The unique identifier of the device used to process this refund transaction. | |
| ErrorCode | String | A standardized error code returned by the payment provider, independent of the payment gateway implementation. | |
| GraphqlAPIId | String | The GraphQL API identifier associated with the refund transaction. | |
| Gateway | String | The name of the payment gateway that processed this refund transaction. | |
| Kind | String | The transaction type, such as 'refund', 'void', or 'capture'. | |
| LocationId | String | The unique identifier of the physical location where this refund transaction was processed. | |
| Message | String | A message returned by the payment provider that provides context on why the transaction succeeded or failed. | |
| ParentId | Long | The unique numeric identifier of an associated parent transaction, if applicable. | |
| ProcessedAt | Datetime | The date and time (ISO 8601 format) when the refund transaction was processed. | |
| Status | String | The current processing status of the refund transaction. | |
| SourceName | String | The source or origin of the refund transaction, such as 'web', 'pos', or 'api'. | |
| Test | Bool | Indicates whether this transaction was created in test mode. | |
| UserId | String | The unique identifier of the user who was logged into the Shopify POS device when the refund transaction was processed, if applicable. |