Adjustments
Returns Paddle adjustments. Supports filtering by action, transaction, subscription, customer, and status.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Action | String |
The allowed values are credit, refund, chargeback, chargeback_reverse, chargeback_warning, credit_reverse. | |
| Type | String | ||
| TransactionId | String |
Transactions.Id | |
| SubscriptionId | String | ||
| CustomerId | String |
Customers.Id | |
| Reason | String | ||
| IsCreditAppliedToBalance | Boolean | ||
| CurrencyCode | String | ||
| Status | String |
The allowed values are pending_approval, approved, rejected, reversed. | |
| LineItems | String | ||
| Totals | String | ||
| PayoutTotals | String | ||
| TaxRatesUsed | String | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime |