Transactions
Payment and refund transactions with fees
Columns
| Name | Type | References | |
| Uuid [KEY] | String | ||
| Type | String |
The allowed values are payment, refund. | |
| Result | String |
The allowed values are successful, failed. | |
| TransactionDate | Datetime | ||
| DisabledAt | Datetime | ||
| AmountInCents | Long | ||
| IsDisabled | Boolean | ||
| DisabledBy | String | ||
| EditHistorySummary | String | ||
| ExternalId | String | ||
| TransactionFeesCurrency | String | ||
| TransactionFeesInCents | Long | ||
| IsUserCreated | Boolean |