changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of subscription objects",
+ "items": {
+ "properties": {
+ "application": {
+ "description": "Application ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "automatic_tax": {
+ "description": "Automatic tax settings",
+ "type": "object"
+ },
+ "billing_cycle_anchor": {
+ "description": "Billing cycle anchor timestamp",
+ "type": "integer"
+ },
+ "billing_thresholds": {
+ "description": "Billing thresholds",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "cancel_at": {
+ "description": "Cancel at timestamp",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "cancel_at_period_end": {
+ "description": "Cancel at period end",
+ "type": "boolean"
+ },
+ "canceled_at": {
+ "description": "Canceled at timestamp",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "collection_method": {
+ "description": "Collection method",
+ "type": "string"
+ },
+ "created": {
+ "description": "Creation timestamp",
+ "type": "integer"
+ },
+ "currency": {
+ "description": "Currency code",
+ "type": "string"
+ },
+ "current_period_end": {
+ "description": "Current period end timestamp",
+ "type": "integer"
+ },
+ "current_period_start": {
+ "description": "Current period start timestamp",
+ "type": "integer"
+ },
+ "customer": {
+ "description": "Customer ID",
+ "type": "string"
+ },
+ "days_until_due": {
+ "description": "Days until due",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "default_payment_method": {
+ "description": "Default payment method ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "default_source": {
+ "description": "Default source ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "default_tax_rates": {
+ "description": "Default tax rates",
+ "type": "array"
+ },
+ "description": {
+ "description": "Subscription description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "discount": {
+ "description": "Applied discount",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "ended_at": {
+ "description": "Ended at timestamp",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Subscription ID",
+ "type": "string"
+ },
+ "items": {
+ "description": "Subscription items list",
+ "type": "object"
+ },
+ "latest_invoice": {
+ "description": "Latest invoice ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "livemode": {
+ "description": "Live mode",
+ "type": "boolean"
+ },
+ "metadata": {
+ "description": "Custom metadata",
+ "type": "object"
+ },
+ "next_pending_invoice_item_invoice": {
+ "description": "Next pending invoice timestamp",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "object": {
+ "description": "Object type (subscription)",
+ "type": "string"
+ },
+ "on_behalf_of": {
+ "description": "On behalf of account ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pause_collection": {
+ "description": "Pause collection settings",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "payment_settings": {
+ "description": "Payment settings",
+ "type": "object"
+ },
+ "pending_invoice_item_interval": {
+ "description": "Pending invoice item interval",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "pending_setup_intent": {
+ "description": "Pending setup intent ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pending_update": {
+ "description": "Pending update",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "schedule": {
+ "description": "Schedule ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "start_date": {
+ "description": "Start date timestamp",
+ "type": "integer"
+ },
+ "status": {
+ "description": "Subscription status",
+ "type": "string"
+ },
+ "test_clock": {
+ "description": "Test clock ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "transfer_data": {
+ "description": "Transfer data",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "trial_end": {
+ "description": "Trial end timestamp",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "trial_settings": {
+ "description": "Trial settings",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "trial_start": {
+ "description": "Trial start timestamp",
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "has_more": {
+ "description": "Whether more results exist",
+ "type": "boolean"
+ },
+ "object": {
+ "description": "Object type (list)",
+ "type": "string"
+ },
+ "url": {
+ "description": "API endpoint URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}