Skip to content

Commit

Permalink
Add support for the price parameter in the subscription list
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Nov 26, 2023
1 parent 5633c6b commit c19434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/technical/interoptability/stripe/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Stripe Subscription Interopability layer is to allow you to continue using t
| Name | Supported | Description |
| --- | --- | --- |
| customer | yes | The ID of the customer whose subscriptions will be retrieved. |
| price | no | Filter for subscriptions that contain this recurring price ID. |
| price | yes | Filter for subscriptions that contain this recurring price ID. |
| status | no | The status of the subscriptions to retrieve. Passing in a value of canceled will return all canceled subscriptions, including those belonging to deleted customers. Pass ended to find subscriptions that are canceled and subscriptions that are expired due to incomplete payment. Passing in a value of all will return subscriptions of all statuses. If no value is supplied, all subscriptions that have not been canceled are returned. |
| automatic_tax | no | Filter subscriptions by their automatic tax settings. |
| collection_method | no | The collection method of the subscriptions to retrieve. Either charge_automatically or send_invoice. |
Expand Down

0 comments on commit c19434a

Please sign in to comment.