#Cheqo

1 messages ยท Page 1 of 1 (latest)

hoary solarBOT
marsh birch
#

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.

lean halo
marsh birch
#

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?

lean halo
#

however would this be done easier using payment intent api?

#

or is it simpler just to find the blended percentage?

marsh birch
#

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.

marsh birch
#

Any time!