#imabev - fees

1 messages · Page 1 of 1 (latest)

tranquil capeBOT
dim seal
#

Hello, can you tell me what Stripe products you are working with here? Are you a connect platform and the local governments are your connected accounts? Or is something else happening here?

queen aurora
#

Hello! I am still testing out but I think I'll end up using either a payment link or a checkout session.

dim seal
#

gotcha, and are you trying to figure out how to add a line item for this fee to your checkout session or payment link?

queen aurora
#

yes. In most cases I could probably make a "Service charge" product and price it $2.75 which would cover most transactions. But in the even there is a larger charge for something like a building permit that would cost hundreds I need to be able to cover fees for that.

#

I could just hard code it and in 99% of the case it would work, but the one time there is a large ticket item and they "lose" money on the permit it would be an issue.

#

E.g. total charge < 100, charge 2.75, 100-300 charge 5.75 etc...

#

I think graduated pricing is based on units only?

dim seal
#

thank you for the clarification

#

And yes graduated pricing is units only

#

Will your code know when the bigger fee should be applied?

#

In that case if you are using Checkout you can just specify the larger fee amount when specifying the items for the Checkout Session

queen aurora
#

Yep ok that makes the most sense. ,If I come up with graduated fees on my side I will just apply the service fee associated with the amount of the permit/license etc

dim seal
#

imabev - fees

#

Glad you have an idea of how to model this. Yeah if your graduated tiers work differently I think you will need to make that logic yourself