const options = {
method: 'PATCH',
headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
body: JSON.stringify({
items: [
{price_id: 'pri_01gsz8x8sawmvhz1pv30nge1ke', quantity: 20},
{price_id: 'pri_01h1vjfevh5etwq3rb416a23h2', quantity: 1},
{price_id: 'pri_01gsz95g2zrkagg294kpstx54r', quantity: 1}
],
proration_billing_mode: 'prorated_immediately'
})
};
fetch('https://api.paddle.com/subscriptions/{subscription_id}/preview', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"data": {
"status": "active",
"customer_id": "ctm_01hrffh7gvp29kc7xahm8wddwa",
"address_id": "add_01hxh60j19j6gj877cywv20g13",
"business_id": null,
"currency_code": "USD",
"created_at": "2024-05-10T12:01:47.199Z",
"updated_at": "2024-05-13T10:36:58.039Z",
"started_at": "2024-05-10T12:01:46.293348Z",
"first_billed_at": "2024-05-10T12:01:46.293348Z",
"next_billed_at": "2024-06-10T12:01:46.293348Z",
"paused_at": null,
"canceled_at": null,
"collection_mode": "automatic",
"billing_details": null,
"current_billing_period": {
"starts_at": "2024-05-10T12:01:46.293348Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
},
"billing_cycle": {
"frequency": 1,
"interval": "month"
},
"recurring_transaction_details": {
"tax_rates_used": [
{
"tax_rate": "0.08875",
"totals": {
"subtotal": "95000",
"discount": "0",
"tax": "8431",
"total": "103431"
}
}
],
"totals": {
"subtotal": "95000",
"tax": "8431",
"discount": "0",
"total": "103431",
"fee": null,
"credit": "0",
"credit_to_balance": "0",
"balance": "103431",
"grand_total": "103431",
"earnings": null,
"currency_code": "USD"
},
"line_items": [
{
"price_id": "pri_01h1vjfevh5etwq3rb416a23h2",
"quantity": 1,
"totals": {
"subtotal": "10000",
"tax": "887",
"discount": "0",
"total": "10887"
},
"product": {
"id": "pro_01h1vjes1y163xfj1rh1tkfb65",
"name": "Analytics addon",
"type": "standard",
"tax_category": "standard",
"description": "Unlock advanced insights into your flight data with enhanced analytics and reporting features. Includes customizable reporting templates and trend analysis across flights.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/97dRpA6SXzcE6ekK9CAr_analytics.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-06-01T13:30:50.302Z",
"updated_at": "2024-04-05T15:47:17.163Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "10000",
"discount": "0",
"tax": "887",
"total": "10887"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-05-10T12:01:46.293348Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz95g2zrkagg294kpstx54r",
"quantity": 1,
"totals": {
"subtotal": "25000",
"tax": "2219",
"discount": "0",
"total": "27219"
},
"product": {
"id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
"name": "VIP support",
"type": "standard",
"tax_category": "standard",
"description": "Get exclusive access to our expert team of product specialists, available to help you make the most of your AeroEdit subscription.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/qgyipKJwRtq98YNboipo_vip-support.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T13:58:17.615Z",
"updated_at": "2024-04-05T15:44:02.893Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "25000",
"discount": "0",
"tax": "2219",
"total": "27219"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-05-10T12:01:46.293348Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz8x8sawmvhz1pv30nge1ke",
"quantity": 20,
"totals": {
"subtotal": "60000",
"tax": "5325",
"discount": "0",
"total": "65325"
},
"product": {
"id": "pro_01gsz4t5hdjse780zja8vvr7jg",
"name": "AeroEdit Pro",
"type": "standard",
"tax_category": "standard",
"description": "Designed for professional pilots, including all features plus in Basic plus compliance monitoring, route optimization, and third-party integrations.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/bT1XUOJAQhOUxGs83cbk_pro.png",
"custom_data": {
"features": {
"aircraft_performance": true,
"compliance_monitoring": true,
"flight_log_management": true,
"payment_by_invoice": false,
"route_planning": true,
"sso": false
},
"suggested_addons": [
"pro_01h1vjes1y163xfj1rh1tkfb65",
"pro_01gsz97mq9pa4fkyy0wqenepkz"
],
"upgrade_description": "Move from Basic to Pro to take advantage of aircraft performance, advanced route planning, and compliance monitoring."
},
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T12:43:46.605Z",
"updated_at": "2024-04-05T15:53:44.687Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "3000",
"discount": "0",
"tax": "266",
"total": "3266"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-05-10T12:01:46.293348Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
}
]
},
"next_transaction": {
"billing_period": {
"starts_at": "2024-06-10T12:01:46.293348Z",
"ends_at": "2024-07-10T12:01:46.293348Z"
},
"details": {
"tax_rates_used": [
{
"tax_rate": "0.08875",
"totals": {
"subtotal": "95000",
"discount": "0",
"tax": "8431",
"total": "103431"
}
}
],
"totals": {
"subtotal": "95000",
"tax": "8431",
"discount": "0",
"total": "103431",
"fee": null,
"credit": "0",
"credit_to_balance": "0",
"balance": "103431",
"grand_total": "103431",
"earnings": null,
"currency_code": "USD"
},
"line_items": [
{
"price_id": "pri_01h1vjfevh5etwq3rb416a23h2",
"quantity": 1,
"totals": {
"subtotal": "10000",
"tax": "887",
"discount": "0",
"total": "10887"
},
"product": {
"id": "pro_01h1vjes1y163xfj1rh1tkfb65",
"name": "Analytics addon",
"type": "standard",
"tax_category": "standard",
"description": "Unlock advanced insights into your flight data with enhanced analytics and reporting features. Includes customizable reporting templates and trend analysis across flights.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/97dRpA6SXzcE6ekK9CAr_analytics.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-06-01T13:30:50.302Z",
"updated_at": "2024-04-05T15:47:17.163Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "10000",
"discount": "0",
"tax": "887",
"total": "10887"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-06-10T12:01:46.293348Z",
"ends_at": "2024-07-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz95g2zrkagg294kpstx54r",
"quantity": 1,
"totals": {
"subtotal": "25000",
"tax": "2219",
"discount": "0",
"total": "27219"
},
"product": {
"id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
"name": "VIP support",
"type": "standard",
"tax_category": "standard",
"description": "Get exclusive access to our expert team of product specialists, available to help you make the most of your AeroEdit subscription.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/qgyipKJwRtq98YNboipo_vip-support.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T13:58:17.615Z",
"updated_at": "2024-04-05T15:44:02.893Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "25000",
"discount": "0",
"tax": "2219",
"total": "27219"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-06-10T12:01:46.293348Z",
"ends_at": "2024-07-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz8x8sawmvhz1pv30nge1ke",
"quantity": 20,
"totals": {
"subtotal": "60000",
"tax": "5325",
"discount": "0",
"total": "65325"
},
"product": {
"id": "pro_01gsz4t5hdjse780zja8vvr7jg",
"name": "AeroEdit Pro",
"type": "standard",
"tax_category": "standard",
"description": "Designed for professional pilots, including all features plus in Basic plus compliance monitoring, route optimization, and third-party integrations.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/bT1XUOJAQhOUxGs83cbk_pro.png",
"custom_data": {
"features": {
"aircraft_performance": true,
"compliance_monitoring": true,
"flight_log_management": true,
"payment_by_invoice": false,
"route_planning": true,
"sso": false
},
"suggested_addons": [
"pro_01h1vjes1y163xfj1rh1tkfb65",
"pro_01gsz97mq9pa4fkyy0wqenepkz"
],
"upgrade_description": "Move from Basic to Pro to take advantage of aircraft performance, advanced route planning, and compliance monitoring."
},
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T12:43:46.605Z",
"updated_at": "2024-04-05T15:53:44.687Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "3000",
"discount": "0",
"tax": "266",
"total": "3266"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-06-10T12:01:46.293348Z",
"ends_at": "2024-07-10T12:01:46.293348Z"
}
}
}
]
},
"adjustments": []
},
"immediate_transaction": {
"billing_period": {
"starts_at": "2024-05-13T10:36:59.473Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
},
"details": {
"tax_rates_used": [
{
"tax_rate": "0.08875",
"totals": {
"subtotal": "72410",
"discount": "0",
"tax": "6428",
"total": "78838"
}
}
],
"totals": {
"subtotal": "72410",
"tax": "6428",
"discount": "0",
"total": "78838",
"fee": null,
"credit": "0",
"credit_to_balance": "0",
"balance": "78838",
"grand_total": "78838",
"earnings": null,
"currency_code": "USD"
},
"line_items": [
{
"price_id": "pri_01gsz95g2zrkagg294kpstx54r",
"quantity": 1,
"totals": {
"subtotal": "22628",
"tax": "2009",
"discount": "0",
"total": "24637"
},
"product": {
"id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
"name": "VIP support",
"type": "standard",
"tax_category": "standard",
"description": "Get exclusive access to our expert team of product specialists, available to help you make the most of your AeroEdit subscription.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/qgyipKJwRtq98YNboipo_vip-support.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T13:58:17.615Z",
"updated_at": "2024-04-05T15:44:02.893Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "22628",
"discount": "0",
"tax": "2009",
"total": "24637"
},
"proration": {
"rate": "0.90513",
"billing_period": {
"starts_at": "2024-05-13T10:36:57.967Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz8x8sawmvhz1pv30nge1ke",
"quantity": 20,
"totals": {
"subtotal": "54308",
"tax": "4820",
"discount": "0",
"total": "59128"
},
"product": {
"id": "pro_01gsz4t5hdjse780zja8vvr7jg",
"name": "AeroEdit Pro",
"type": "standard",
"tax_category": "standard",
"description": "Designed for professional pilots, including all features plus in Basic plus compliance monitoring, route optimization, and third-party integrations.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/bT1XUOJAQhOUxGs83cbk_pro.png",
"custom_data": {
"features": {
"aircraft_performance": true,
"compliance_monitoring": true,
"flight_log_management": true,
"payment_by_invoice": false,
"route_planning": true,
"sso": false
},
"suggested_addons": [
"pro_01h1vjes1y163xfj1rh1tkfb65",
"pro_01gsz97mq9pa4fkyy0wqenepkz"
],
"upgrade_description": "Move from Basic to Pro to take advantage of aircraft performance, advanced route planning, and compliance monitoring."
},
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T12:43:46.605Z",
"updated_at": "2024-04-05T15:53:44.687Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "2715",
"discount": "0",
"tax": "241",
"total": "2956"
},
"proration": {
"rate": "0.90513",
"billing_period": {
"starts_at": "2024-05-13T10:36:57.97Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz8ntc6z7npqqp6j4ys0w1w",
"quantity": -5,
"totals": {
"subtotal": "-4526",
"tax": "-401",
"discount": "0",
"total": "-4927"
},
"product": {
"id": "pro_01gsz4s0w61y0pp88528f1wvvb",
"name": "AeroEdit Basic",
"type": "standard",
"tax_category": "standard",
"description": "Ideal for hobbyist pilots AeroEdit Basic offers flight log creation, editing, basic performance tracking, route planning, and export options.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/oi0r8qNmQzuNpj9pLHcT_basic.png",
"custom_data": {
"features": {
"aircraft_performance": false,
"compliance_monitoring": false,
"flight_log_management": true,
"payment_by_invoice": false,
"route_planning": false,
"sso": false
},
"suggested_addons": [
"pro_01h1vjes1y163xfj1rh1tkfb65",
"pro_01gsz97mq9pa4fkyy0wqenepkz"
],
"upgrade_description": null
},
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T12:43:09.062Z",
"updated_at": "2024-04-05T15:56:39.477Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "905",
"discount": "0",
"tax": "80",
"total": "985"
},
"proration": {
"rate": "0.90513",
"billing_period": {
"starts_at": "2024-05-13T10:36:57.959Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
}
]
},
"adjustments": []
},
"scheduled_change": null,
"items": [
{
"status": "active",
"quantity": 1,
"recurring": true,
"created_at": "2024-05-10T12:01:47.199Z",
"updated_at": "2024-05-10T12:01:47.199Z",
"previously_billed_at": "2024-05-10T12:01:46.293348Z",
"next_billed_at": "2024-06-10T12:01:46.293348Z",
"trial_dates": null,
"price": {
"id": "pri_01h1vjfevh5etwq3rb416a23h2",
"product_id": "pro_01h1vjes1y163xfj1rh1tkfb65",
"type": "standard",
"description": "Monthly",
"name": "Monthly (recurring addon)",
"tax_mode": "account_setting",
"billing_cycle": {
"frequency": 1,
"interval": "month"
},
"trial_period": null,
"unit_price": {
"amount": "10000",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 100
},
"import_meta": null,
"created_at": "2023-06-01T13:31:12.625056Z",
"updated_at": "2024-04-12T10:42:45.476453Z"
}
},
{
"status": "active",
"quantity": 1,
"recurring": true,
"created_at": "2024-05-13T10:36:57.964Z",
"updated_at": "2024-05-13T10:36:57.964Z",
"previously_billed_at": "2024-05-13T10:36:57.964Z",
"next_billed_at": "2024-06-10T12:01:46.293348Z",
"trial_dates": null,
"price": {
"id": "pri_01gsz95g2zrkagg294kpstx54r",
"product_id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
"type": "standard",
"description": "Monthly (recurring addon)",
"name": "Monthly (recurring addon)",
"tax_mode": "account_setting",
"billing_cycle": {
"frequency": 1,
"interval": "month"
},
"trial_period": null,
"unit_price": {
"amount": "25000",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 1
},
"import_meta": null,
"created_at": "2023-02-23T13:59:52.159927Z",
"updated_at": "2024-04-09T07:27:48.018296Z"
}
},
{
"status": "active",
"quantity": 20,
"recurring": true,
"created_at": "2024-05-13T10:36:57.964Z",
"updated_at": "2024-05-13T10:36:57.964Z",
"previously_billed_at": "2024-05-13T10:36:57.964Z",
"next_billed_at": "2024-06-10T12:01:46.293348Z",
"trial_dates": null,
"price": {
"id": "pri_01gsz8x8sawmvhz1pv30nge1ke",
"product_id": "pro_01gsz4t5hdjse780zja8vvr7jg",
"type": "standard",
"description": "Monthly",
"name": "Monthly (per seat)",
"tax_mode": "account_setting",
"billing_cycle": {
"frequency": 1,
"interval": "month"
},
"trial_period": null,
"unit_price": {
"amount": "3000",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 999
},
"import_meta": null,
"created_at": "2023-02-23T13:55:22.538367Z",
"updated_at": "2024-04-11T13:54:52.254748Z"
}
}
],
"custom_data": null,
"management_urls": {
"update_payment_method": "https://buyer-portal.paddle.com/subscriptions/sub_01hxh62z5zb2jeebtnrjfkk15b/update-payment-method",
"cancel": "https://buyer-portal.paddle.com/subscriptions/sub_01hxh62z5zb2jeebtnrjfkk15b/cancel"
},
"discount": null,
"update_summary": {
"credit": {
"amount": "-4927",
"currency_code": "USD"
},
"charge": {
"amount": "83765",
"currency_code": "USD"
},
"result": {
"action": "charge",
"amount": "78838",
"currency_code": "USD"
}
},
"import_meta": null
},
"meta": {
"request_id": "d3d9d246-7adf-4f6f-a960-c17e0f314071"
}
}Previews an update for a subscription without applying those changes. Typically used for previewing proration before making changes to a subscription.
If successful, your response includes immediate_transaction, next_transaction, and recurring_transaction_details so you can see expected transactions for the changes.
The update_summary object contains details of prorated credits and charges created, along with the overall result of the update.
const options = {
method: 'PATCH',
headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
body: JSON.stringify({
items: [
{price_id: 'pri_01gsz8x8sawmvhz1pv30nge1ke', quantity: 20},
{price_id: 'pri_01h1vjfevh5etwq3rb416a23h2', quantity: 1},
{price_id: 'pri_01gsz95g2zrkagg294kpstx54r', quantity: 1}
],
proration_billing_mode: 'prorated_immediately'
})
};
fetch('https://api.paddle.com/subscriptions/{subscription_id}/preview', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"data": {
"status": "active",
"customer_id": "ctm_01hrffh7gvp29kc7xahm8wddwa",
"address_id": "add_01hxh60j19j6gj877cywv20g13",
"business_id": null,
"currency_code": "USD",
"created_at": "2024-05-10T12:01:47.199Z",
"updated_at": "2024-05-13T10:36:58.039Z",
"started_at": "2024-05-10T12:01:46.293348Z",
"first_billed_at": "2024-05-10T12:01:46.293348Z",
"next_billed_at": "2024-06-10T12:01:46.293348Z",
"paused_at": null,
"canceled_at": null,
"collection_mode": "automatic",
"billing_details": null,
"current_billing_period": {
"starts_at": "2024-05-10T12:01:46.293348Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
},
"billing_cycle": {
"frequency": 1,
"interval": "month"
},
"recurring_transaction_details": {
"tax_rates_used": [
{
"tax_rate": "0.08875",
"totals": {
"subtotal": "95000",
"discount": "0",
"tax": "8431",
"total": "103431"
}
}
],
"totals": {
"subtotal": "95000",
"tax": "8431",
"discount": "0",
"total": "103431",
"fee": null,
"credit": "0",
"credit_to_balance": "0",
"balance": "103431",
"grand_total": "103431",
"earnings": null,
"currency_code": "USD"
},
"line_items": [
{
"price_id": "pri_01h1vjfevh5etwq3rb416a23h2",
"quantity": 1,
"totals": {
"subtotal": "10000",
"tax": "887",
"discount": "0",
"total": "10887"
},
"product": {
"id": "pro_01h1vjes1y163xfj1rh1tkfb65",
"name": "Analytics addon",
"type": "standard",
"tax_category": "standard",
"description": "Unlock advanced insights into your flight data with enhanced analytics and reporting features. Includes customizable reporting templates and trend analysis across flights.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/97dRpA6SXzcE6ekK9CAr_analytics.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-06-01T13:30:50.302Z",
"updated_at": "2024-04-05T15:47:17.163Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "10000",
"discount": "0",
"tax": "887",
"total": "10887"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-05-10T12:01:46.293348Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz95g2zrkagg294kpstx54r",
"quantity": 1,
"totals": {
"subtotal": "25000",
"tax": "2219",
"discount": "0",
"total": "27219"
},
"product": {
"id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
"name": "VIP support",
"type": "standard",
"tax_category": "standard",
"description": "Get exclusive access to our expert team of product specialists, available to help you make the most of your AeroEdit subscription.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/qgyipKJwRtq98YNboipo_vip-support.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T13:58:17.615Z",
"updated_at": "2024-04-05T15:44:02.893Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "25000",
"discount": "0",
"tax": "2219",
"total": "27219"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-05-10T12:01:46.293348Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz8x8sawmvhz1pv30nge1ke",
"quantity": 20,
"totals": {
"subtotal": "60000",
"tax": "5325",
"discount": "0",
"total": "65325"
},
"product": {
"id": "pro_01gsz4t5hdjse780zja8vvr7jg",
"name": "AeroEdit Pro",
"type": "standard",
"tax_category": "standard",
"description": "Designed for professional pilots, including all features plus in Basic plus compliance monitoring, route optimization, and third-party integrations.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/bT1XUOJAQhOUxGs83cbk_pro.png",
"custom_data": {
"features": {
"aircraft_performance": true,
"compliance_monitoring": true,
"flight_log_management": true,
"payment_by_invoice": false,
"route_planning": true,
"sso": false
},
"suggested_addons": [
"pro_01h1vjes1y163xfj1rh1tkfb65",
"pro_01gsz97mq9pa4fkyy0wqenepkz"
],
"upgrade_description": "Move from Basic to Pro to take advantage of aircraft performance, advanced route planning, and compliance monitoring."
},
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T12:43:46.605Z",
"updated_at": "2024-04-05T15:53:44.687Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "3000",
"discount": "0",
"tax": "266",
"total": "3266"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-05-10T12:01:46.293348Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
}
]
},
"next_transaction": {
"billing_period": {
"starts_at": "2024-06-10T12:01:46.293348Z",
"ends_at": "2024-07-10T12:01:46.293348Z"
},
"details": {
"tax_rates_used": [
{
"tax_rate": "0.08875",
"totals": {
"subtotal": "95000",
"discount": "0",
"tax": "8431",
"total": "103431"
}
}
],
"totals": {
"subtotal": "95000",
"tax": "8431",
"discount": "0",
"total": "103431",
"fee": null,
"credit": "0",
"credit_to_balance": "0",
"balance": "103431",
"grand_total": "103431",
"earnings": null,
"currency_code": "USD"
},
"line_items": [
{
"price_id": "pri_01h1vjfevh5etwq3rb416a23h2",
"quantity": 1,
"totals": {
"subtotal": "10000",
"tax": "887",
"discount": "0",
"total": "10887"
},
"product": {
"id": "pro_01h1vjes1y163xfj1rh1tkfb65",
"name": "Analytics addon",
"type": "standard",
"tax_category": "standard",
"description": "Unlock advanced insights into your flight data with enhanced analytics and reporting features. Includes customizable reporting templates and trend analysis across flights.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/97dRpA6SXzcE6ekK9CAr_analytics.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-06-01T13:30:50.302Z",
"updated_at": "2024-04-05T15:47:17.163Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "10000",
"discount": "0",
"tax": "887",
"total": "10887"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-06-10T12:01:46.293348Z",
"ends_at": "2024-07-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz95g2zrkagg294kpstx54r",
"quantity": 1,
"totals": {
"subtotal": "25000",
"tax": "2219",
"discount": "0",
"total": "27219"
},
"product": {
"id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
"name": "VIP support",
"type": "standard",
"tax_category": "standard",
"description": "Get exclusive access to our expert team of product specialists, available to help you make the most of your AeroEdit subscription.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/qgyipKJwRtq98YNboipo_vip-support.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T13:58:17.615Z",
"updated_at": "2024-04-05T15:44:02.893Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "25000",
"discount": "0",
"tax": "2219",
"total": "27219"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-06-10T12:01:46.293348Z",
"ends_at": "2024-07-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz8x8sawmvhz1pv30nge1ke",
"quantity": 20,
"totals": {
"subtotal": "60000",
"tax": "5325",
"discount": "0",
"total": "65325"
},
"product": {
"id": "pro_01gsz4t5hdjse780zja8vvr7jg",
"name": "AeroEdit Pro",
"type": "standard",
"tax_category": "standard",
"description": "Designed for professional pilots, including all features plus in Basic plus compliance monitoring, route optimization, and third-party integrations.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/bT1XUOJAQhOUxGs83cbk_pro.png",
"custom_data": {
"features": {
"aircraft_performance": true,
"compliance_monitoring": true,
"flight_log_management": true,
"payment_by_invoice": false,
"route_planning": true,
"sso": false
},
"suggested_addons": [
"pro_01h1vjes1y163xfj1rh1tkfb65",
"pro_01gsz97mq9pa4fkyy0wqenepkz"
],
"upgrade_description": "Move from Basic to Pro to take advantage of aircraft performance, advanced route planning, and compliance monitoring."
},
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T12:43:46.605Z",
"updated_at": "2024-04-05T15:53:44.687Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "3000",
"discount": "0",
"tax": "266",
"total": "3266"
},
"proration": {
"rate": "1",
"billing_period": {
"starts_at": "2024-06-10T12:01:46.293348Z",
"ends_at": "2024-07-10T12:01:46.293348Z"
}
}
}
]
},
"adjustments": []
},
"immediate_transaction": {
"billing_period": {
"starts_at": "2024-05-13T10:36:59.473Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
},
"details": {
"tax_rates_used": [
{
"tax_rate": "0.08875",
"totals": {
"subtotal": "72410",
"discount": "0",
"tax": "6428",
"total": "78838"
}
}
],
"totals": {
"subtotal": "72410",
"tax": "6428",
"discount": "0",
"total": "78838",
"fee": null,
"credit": "0",
"credit_to_balance": "0",
"balance": "78838",
"grand_total": "78838",
"earnings": null,
"currency_code": "USD"
},
"line_items": [
{
"price_id": "pri_01gsz95g2zrkagg294kpstx54r",
"quantity": 1,
"totals": {
"subtotal": "22628",
"tax": "2009",
"discount": "0",
"total": "24637"
},
"product": {
"id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
"name": "VIP support",
"type": "standard",
"tax_category": "standard",
"description": "Get exclusive access to our expert team of product specialists, available to help you make the most of your AeroEdit subscription.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/qgyipKJwRtq98YNboipo_vip-support.png",
"custom_data": null,
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T13:58:17.615Z",
"updated_at": "2024-04-05T15:44:02.893Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "22628",
"discount": "0",
"tax": "2009",
"total": "24637"
},
"proration": {
"rate": "0.90513",
"billing_period": {
"starts_at": "2024-05-13T10:36:57.967Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz8x8sawmvhz1pv30nge1ke",
"quantity": 20,
"totals": {
"subtotal": "54308",
"tax": "4820",
"discount": "0",
"total": "59128"
},
"product": {
"id": "pro_01gsz4t5hdjse780zja8vvr7jg",
"name": "AeroEdit Pro",
"type": "standard",
"tax_category": "standard",
"description": "Designed for professional pilots, including all features plus in Basic plus compliance monitoring, route optimization, and third-party integrations.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/bT1XUOJAQhOUxGs83cbk_pro.png",
"custom_data": {
"features": {
"aircraft_performance": true,
"compliance_monitoring": true,
"flight_log_management": true,
"payment_by_invoice": false,
"route_planning": true,
"sso": false
},
"suggested_addons": [
"pro_01h1vjes1y163xfj1rh1tkfb65",
"pro_01gsz97mq9pa4fkyy0wqenepkz"
],
"upgrade_description": "Move from Basic to Pro to take advantage of aircraft performance, advanced route planning, and compliance monitoring."
},
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T12:43:46.605Z",
"updated_at": "2024-04-05T15:53:44.687Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "2715",
"discount": "0",
"tax": "241",
"total": "2956"
},
"proration": {
"rate": "0.90513",
"billing_period": {
"starts_at": "2024-05-13T10:36:57.97Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
},
{
"price_id": "pri_01gsz8ntc6z7npqqp6j4ys0w1w",
"quantity": -5,
"totals": {
"subtotal": "-4526",
"tax": "-401",
"discount": "0",
"total": "-4927"
},
"product": {
"id": "pro_01gsz4s0w61y0pp88528f1wvvb",
"name": "AeroEdit Basic",
"type": "standard",
"tax_category": "standard",
"description": "Ideal for hobbyist pilots AeroEdit Basic offers flight log creation, editing, basic performance tracking, route planning, and export options.",
"image_url": "https://paddle.s3.amazonaws.com/user/165798/oi0r8qNmQzuNpj9pLHcT_basic.png",
"custom_data": {
"features": {
"aircraft_performance": false,
"compliance_monitoring": false,
"flight_log_management": true,
"payment_by_invoice": false,
"route_planning": false,
"sso": false
},
"suggested_addons": [
"pro_01h1vjes1y163xfj1rh1tkfb65",
"pro_01gsz97mq9pa4fkyy0wqenepkz"
],
"upgrade_description": null
},
"status": "active",
"import_meta": null,
"created_at": "2023-02-23T12:43:09.062Z",
"updated_at": "2024-04-05T15:56:39.477Z"
},
"tax_rate": "0.08875",
"unit_totals": {
"subtotal": "905",
"discount": "0",
"tax": "80",
"total": "985"
},
"proration": {
"rate": "0.90513",
"billing_period": {
"starts_at": "2024-05-13T10:36:57.959Z",
"ends_at": "2024-06-10T12:01:46.293348Z"
}
}
}
]
},
"adjustments": []
},
"scheduled_change": null,
"items": [
{
"status": "active",
"quantity": 1,
"recurring": true,
"created_at": "2024-05-10T12:01:47.199Z",
"updated_at": "2024-05-10T12:01:47.199Z",
"previously_billed_at": "2024-05-10T12:01:46.293348Z",
"next_billed_at": "2024-06-10T12:01:46.293348Z",
"trial_dates": null,
"price": {
"id": "pri_01h1vjfevh5etwq3rb416a23h2",
"product_id": "pro_01h1vjes1y163xfj1rh1tkfb65",
"type": "standard",
"description": "Monthly",
"name": "Monthly (recurring addon)",
"tax_mode": "account_setting",
"billing_cycle": {
"frequency": 1,
"interval": "month"
},
"trial_period": null,
"unit_price": {
"amount": "10000",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 100
},
"import_meta": null,
"created_at": "2023-06-01T13:31:12.625056Z",
"updated_at": "2024-04-12T10:42:45.476453Z"
}
},
{
"status": "active",
"quantity": 1,
"recurring": true,
"created_at": "2024-05-13T10:36:57.964Z",
"updated_at": "2024-05-13T10:36:57.964Z",
"previously_billed_at": "2024-05-13T10:36:57.964Z",
"next_billed_at": "2024-06-10T12:01:46.293348Z",
"trial_dates": null,
"price": {
"id": "pri_01gsz95g2zrkagg294kpstx54r",
"product_id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
"type": "standard",
"description": "Monthly (recurring addon)",
"name": "Monthly (recurring addon)",
"tax_mode": "account_setting",
"billing_cycle": {
"frequency": 1,
"interval": "month"
},
"trial_period": null,
"unit_price": {
"amount": "25000",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 1
},
"import_meta": null,
"created_at": "2023-02-23T13:59:52.159927Z",
"updated_at": "2024-04-09T07:27:48.018296Z"
}
},
{
"status": "active",
"quantity": 20,
"recurring": true,
"created_at": "2024-05-13T10:36:57.964Z",
"updated_at": "2024-05-13T10:36:57.964Z",
"previously_billed_at": "2024-05-13T10:36:57.964Z",
"next_billed_at": "2024-06-10T12:01:46.293348Z",
"trial_dates": null,
"price": {
"id": "pri_01gsz8x8sawmvhz1pv30nge1ke",
"product_id": "pro_01gsz4t5hdjse780zja8vvr7jg",
"type": "standard",
"description": "Monthly",
"name": "Monthly (per seat)",
"tax_mode": "account_setting",
"billing_cycle": {
"frequency": 1,
"interval": "month"
},
"trial_period": null,
"unit_price": {
"amount": "3000",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 999
},
"import_meta": null,
"created_at": "2023-02-23T13:55:22.538367Z",
"updated_at": "2024-04-11T13:54:52.254748Z"
}
}
],
"custom_data": null,
"management_urls": {
"update_payment_method": "https://buyer-portal.paddle.com/subscriptions/sub_01hxh62z5zb2jeebtnrjfkk15b/update-payment-method",
"cancel": "https://buyer-portal.paddle.com/subscriptions/sub_01hxh62z5zb2jeebtnrjfkk15b/cancel"
},
"discount": null,
"update_summary": {
"credit": {
"amount": "-4927",
"currency_code": "USD"
},
"charge": {
"amount": "83765",
"currency_code": "USD"
},
"result": {
"action": "charge",
"amount": "78838",
"currency_code": "USD"
}
},
"import_meta": null
},
"meta": {
"request_id": "d3d9d246-7adf-4f6f-a960-c17e0f314071"
}
}Requests are authenticated with API keys. Provide your API key as a Bearer token in the Authorization header.
API keys are assigned permissions, granting them access to entities and operations.
Each endpoint may require one or more permissions, defined with the x-permissions extension.
Values for include parameters may require specific permissions as defined in the x-enum-permissions extension.
See all available permissions in the permission schema or documentation.
Get an API key and select the permissions you need from the Paddle dashboard under Paddle > Developer Tools > Authentication.
Paddle ID of the subscription entity to work with.
"sub_01gvne45dvdhg5gdxrz6hh511r"
Represents a subscription entity when updating subscriptions.
Paddle ID of the customer that this subscription is for, prefixed with ctm_. Include to change the customer for a subscription.
"ctm_01grnn4zta5a1mf02jjze7y2ys"
Paddle ID of the address that this subscription is for, prefixed with add_. Include to change the address for a subscription.
"add_01gm302t81w94gyjpjpqypkzkf"
Paddle ID of the business that this subscription is for, prefixed with biz_. Include to change the business for a subscription.
"biz_01grrebrzaee2qj2fqqhmcyzaj"
Supported three-letter ISO 4217 currency code. Include to change the currency that a subscription bills in. When changing collection_mode to manual, you may need to change currency code to USD, EUR, or GBP.
USD, EUR, GBP, JPY, AUD, CAD, CHF, HKD, SGD, SEK, ARS, BRL, CNY, COP, CZK, DKK, HUF, ILS, INR, KRW, MXN, NOK, NZD, PLN, RUB, THB, TRY, TWD, UAH, VND, ZAR 3RFC 3339 datetime string of when this subscription is next scheduled to be billed. Include to change the next billing date.
"2024-10-12T07:20:50.52Z"
Details of the discount applied to this subscription. Include to add a discount to a subscription. null to remove a discount.
Show child attributes
How payment is collected for transactions created for this subscription. automatic for checkout, manual for invoices.
automatic, manual Details for invoicing. Required if collection_mode is manual. null if changing collection_mode to automatic.
Show child attributes
Change that's scheduled to be applied to a subscription. When updating, you may only set to null to remove a scheduled change. Use the pause subscription, cancel subscription, and resume subscription operations to create scheduled changes.
List of items on this subscription. Only recurring items may be added. Send the complete list of items that should be on this subscription, including existing items to retain.
1 - 100 elementsAdd or update a catalog item to a subscription. In this case, the product and price that you're billing for exist in your product catalog in Paddle.
Show child attributes
Your own structured key-value data.
{ "customer_reference_id": "abcd1234" }How Paddle should handle proration calculation for changes made to a subscription or its items. Required when making changes that impact billing.
For automatically-collected subscriptions, responses may take longer than usual if a proration billing mode that collects for payment immediately is used.
prorated_immediately, prorated_next_billing_period, full_immediately, full_next_billing_period, do_not_bill How Paddle should handle changes made to a subscription or its items if the payment fails during update. If omitted, defaults to prevent_change.
prevent_change, apply_change