#LK
1 messages · Page 1 of 1 (latest)
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?
we are setting application fee by $ ammount.
It's exactly 3.00 we take from all transactions
And do you want to pass this fee on all the way to your end customer or just to your connected account?
I updated my example, see if that makes sense?
It will be a matter of pre-calculating the fee and adding it on to your initial fee when creating the intent
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
Exactly
Question - is there a specific API that handles this or do I need to manually do this calc in the backend?
No API that does it unfortunately, you will want to calculate it on your backend
got it. thanks!