Subscriptions
Returns Paddle subscriptions. Supports filtering by status, customer, address, and collection mode.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Status | String |
The allowed values are active, canceled, past_due, paused, trialing. | |
| CustomerId | String |
Customers.Id | |
| AddressId | String |
Addresses.Id | |
| BusinessId | String |
Businesses.Id | |
| CurrencyCode | String | ||
| CollectionMode | String |
The allowed values are automatic, manual. | |
| BillingCycle | String | ||
| CurrentBillingPeriod | String | ||
| BillingDetails | String | ||
| ScheduledChange | String | ||
| Discount | String | ||
| ManagementUrls | String | ||
| SubscriptionItems | String | ||
| CustomData | String | ||
| ImportMeta | String | ||
| ConsentRequirements | String | ||
| StartedAt | Datetime | ||
| FirstBilledAt | Datetime | ||
| NextBilledAt | Datetime | ||
| PausedAt | Datetime | ||
| CanceledAt | Datetime | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime |