Skip to content

Commit

Permalink
Add support for the customer 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 1942624 commit 5633c6b
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 @@ -11,7 +11,7 @@ The Stripe Subscription Interopability layer is to allow you to continue using t

| Name | Supported | Description |
| --- | --- | --- |
| customer | no | The ID of the customer whose subscriptions will be retrieved. |
| customer | yes | The ID of the customer whose subscriptions will be retrieved. |
| price | no | 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. |
Expand Down

0 comments on commit 5633c6b

Please sign in to comment.