RefundTransactionFees
Returns the transaction fees charged on the order transaction. Only present for Shopify Payments transactions.
View-Specific Information
Select
The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.
- RefundId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM RefundTransactionFees WHERE RefundId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally-unique ID. | |
| TransactionId | String | A globally-unique ID. | |
| RefundId | String |
Refunds.Id | A globally-unique ID. |
| RateName | String | Name of the credit card rate. | |
| FlatFeeName | String | Name of the credit card flat fee. | |
| Rate | Decimal | Percentage charge. | |
| Type | String | Name of the type of fee. | |
| AmountAmount | Decimal | Decimal money amount. | |
| AmountCurrencyCode | String | Currency of the money. | |
| FlatFeeAmount | Decimal | Decimal money amount. | |
| FlatFeeCurrencyCode | String | Currency of the money. | |
| TaxAmountAmount | Decimal | Decimal money amount. | |
| TaxAmountCurrencyCode | String | Currency of the money. |