#LK

1 messages · Page 1 of 1 (latest)

rigid sandBOT
hybrid raptor
#

For subscriptions, you are setting application fee by percentage right?

#

Or are you creating your intents directly and setting the fee directly as an amount?

lament crown
#

we are setting application fee by $ ammount.

#

It's exactly 3.00 we take from all transactions

hybrid raptor
#

And do you want to pass this fee on all the way to your end customer or just to your connected account?

lament crown
#

I updated my example, see if that makes sense?

hybrid raptor
#

It will be a matter of pre-calculating the fee and adding it on to your initial fee when creating the intent

lament crown
#

Yeah, thats what I was thinking. So, on transaction -- 3.00 x "x fee%" based on subX cost.

#

Right?

#

$3.00 x (2.9% x $17.99) = X

hybrid raptor
#

Exactly

lament crown
#

Question - is there a specific API that handles this or do I need to manually do this calc in the backend?

hybrid raptor
#

No API that does it unfortunately, you will want to calculate it on your backend

lament crown
#

got it. thanks!