#Cheqo
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I don't think that is possible, since Subscriptions can only have a single application_fee_percent value on them. You would need multiple Subscription objects to accomplish the behavior you're describing there.
so multiple stripe checkout sessions?
Oh, you're using Stripe Checkout for this, yeah, you would need multiple Checkout Sessions then and you would need your customer to complete checkout multiple times, which likely isn't ideal.
Instead of trying to use two different application fee percentages, can you do the math to figure out what the blended percentage would be and your fee as that single blended percentage?
oh yeah thats a possibility for sure
however would this be done easier using payment intent api?
or is it simpler just to find the blended percentage?
I think finding the blended percentage is going to be easier, but I will capture your feedback that being able to charge different application fees for different products is something you'd be interested in seeing.
Appreciate that, thanks.
Any time!