Paddle Billing
Search

Bill one-time non-catalog items to a subscription

Bill a one-time item to a subscription without having to add it to your product catalog by passing price or product attributes.

What's new?

We updated the Paddle platform so that now you can bill one-time charges to a subscription for products and prices that aren't in your catalog.

In a future update, we'll release functionality to let you work with recurring non-catalog items on subscriptions, too. This change is scheduled for Q1 2024.

How it works

We recently updated the Paddle platform so that you can create transactions for products and prices that aren't in your catalog. This update lets you bill non-catalog one-time charges to a subscription, too.

When previewing or creating one-time charges for a subscription, you can now pass price and product attributes directly.

Billing one-time non-catalog items to a subscription is great for one-off or bespoke items that are specific to that subscription. They let you manage your product catalog outside of Paddle.

It works in the same way that non-catalog items work when creating or updating a transaction, meaning you can:

  • Pass a price object for an existing product to charge for a custom price for a catalog product
  • Pass a price object and a product object to charge for a custom price for a custom product

Summary of changes to fields

Request bodies

This is a summary of the changes to fields in the Paddle API in request bodies when working with the preview a one-time charge for a subscription and the create a one-time charge for a subscription operations:

FieldChangeNotes
subscription.items[].price_idValidation changeThis field is no longer required if you include a price object instead.
subscription.items[].priceNew fieldYou can send a price object instead of a price_id to bill for a non-catalog item.

Example

This example bills a one-time charge for a non-catalog price for an existing product to a subscription.

Next steps

This change is available in version 1 of the Paddle API.

It's a non-breaking change, meaning it doesn't impact existing integrations.

You can bill one-time charges to a subscription using the API to start charging for non-catalog items.

This is part of a set of changes around non-catalog items. In a future update, we'll release functionality to let you work with recurring non-catalog items on subscriptions, too. This change is scheduled for Q1 2024.

Learn more