Skip to content

Commit

Permalink
Support status for subscription list
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Nov 29, 2023
1 parent f9e12b5 commit 8d43af8
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 @@ -13,7 +13,7 @@ The Stripe Subscription Interopability layer is to allow you to continue using t
| --- | --- | --- |
| customer | yes | The ID of the customer whose subscriptions will be retrieved. |
| 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. |
| status | yes | 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 | yes | The collection method of the subscriptions to retrieve. Either charge_automatically or send_invoice. |
| created | yes | A filter on the list based on the object created field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options: |
Expand Down

0 comments on commit 8d43af8

Please sign in to comment.