Transactions
Returns Paddle transactions. Supports filtering by status, customer, subscription, and date ranges.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Status | String |
The allowed values are draft, ready, billed, paid, completed, canceled, past_due. | |
| CustomerId | String |
Customers.Id | |
| AddressId | String |
Addresses.Id | |
| BusinessId | String |
Businesses.Id | |
| CurrencyCode | String | ||
| TransactionOrigin | String |
The allowed values are web, subscription_recurring, subscription_update, subscription_payment_method_change, api. | |
| CollectionMode | String |
The allowed values are automatic, manual. | |
| SubscriptionId | String | ||
| InvoiceId | String | ||
| InvoiceNumber | String | ||
| BillingPeriod | String | ||
| BillingDetails | String | ||
| Items | String | ||
| Details | String | ||
| Payments | String | ||
| CheckoutUrl | String | ||
| CustomData | String | ||
| DiscountId | String |
Discounts.Id | |
| RevisedAt | Datetime | ||
| BilledAt | Datetime | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime | ||
| ReceiptData | String |