#karishma
1 messages · Page 1 of 1 (latest)
Example: A family cellular plan where there is a parent account and additional family members added to the account. The parent account pays the bill for the entire family.
Hello! That's possible, but it's something you'll need to build mostly on your end. You can use the Tax API to calculate taxes for the individuals: https://stripe.com/docs/api/tax/calculations
And then you can create a Payment Intent for the total to charge: https://stripe.com/docs/api/payment_intents
But the management of the group is something you would handle on your end.
ok, thanks! it would be a subscription as well. So we would calculate the taxes individually for each user each month and then create a paymentintent for the total charge on the parent accounts bill?
Hi 👋
Based on your description and my colleague Rubeus' advice, yes I think that approach sounds like the best option.
sounds good thanks!