#chooke
1 messages ยท Page 1 of 1 (latest)
Hi, can you add more details on what 'staff' means in this case? Are you trying to add a price on an existing subscription? Or something else?
so we have a plans that users can subscribe to , for each plan , we specified an amount of staff allowed to be added , in one of the plans , users can add max of 4 staff , recently we decided that we want users subscribed with this plan to be able to add extra staff and charge them 5$ per staff for example
but the current subscription we have is using a fixed prices , so we charge users monthly or yearly
I still do not understand what you're trying to do here. Can you confirm if the following is correct?
You have a subscription with a fixed priced, and you would like to add another price of $5 when they choose to add an item?
yes , something like that
so i want to charge the user an extra $5 if they want to add an item or staff in my case
And that item/ staff will also be charged monthly? Or would it be one time only item?
it would be one time only payment
You can update, https://stripe.com/docs/api/subscriptions/update#update_subscription-add_invoice_items the subscription and pass in the add_invoice_items for that one time item/staff
oh im really sorry , i just confirmed this with my boss , it would be every month , ๐โโ๏ธ
would this still work ?
No worries, typing for this scenario now
You can update a subscription, and pass in the price for that additional item: https://stripe.com/docs/api/subscriptions/update#update_subscription-items
Being more specific and adding this link: https://stripe.com/docs/api/subscriptions/update#update_subscription-items-price
to where to add this new price to on a subscription