Skip to content

Commit

Permalink
Update create-subscription.mdx (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmaro authored Nov 28, 2023
1 parent 4357e4d commit ae78dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/subscriptions/create-subscription.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A subscription associates one of your customers with one of your billing plans.

If you want to give a single customer multiple subscriptions to the same plan (for example, one for each of their environments), you can do that using `subscription_filters`. For more details on how to use them and what they do, see the [subscription filters](../../plan-management/creating-plans#plan-components) documentation.

If any of your usage components has a [prepaid charge](../../plan-management/creating-plans#plan-components) associated with it, you can specify how many untis they prepaid for as part of this call. If you don't specify a value, the component's default value will be used. If there was no default value, the susbcription creation will fail.
If any of your usage components has a [prepaid charge](../../plan-management/creating-plans#plan-components) associated with it, you can specify how many units they prepaid for as part of this call. If you don't specify a value, the component's default value will be used. If there was no default value, the susbcription creation will fail.

<CodeGroup>
```py Python
Expand Down

0 comments on commit ae78dcc

Please sign in to comment.