Paddle Billing
Search

Filter subscriptions by collection mode

List only automatically-collected or manually-collected subscriptions.

What's new?

We added a new collection_mode query parameter that you can use when working with the list subscriptions operation to return entities that match the specified collection mode.

How it works

The new collection_mode query parameter lets you filter subscriptions by collection mode. For example, you can use it to return subscriptions that are billed by invoice (manually-collected).

It works in the same way as the collection_mode query parameter when listing transactions.

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 list subscriptions using the API to start using the new query parameters.

Learn more