#omar3-connect-fees

1 messages · Page 1 of 1 (latest)

silver ruin
#

hello, the fees are taken from the payment, so your Balance gets (amount - fees) into it

whole shuttle
#

I am more speeking about application fees

#

not stripe fess

silver ruin
#

ah do you have an example of a PaymentIntent that you created with Application Fees?

whole shuttle
#

yes one minute

#

// create paymentintent
const paymentIntentInfo = await paymentIntentsService.create({
customer,
paymentMethod,
cartPrice,
applicationFeeAmount,
transferData: {
destination
}
});
I create like that

#

and in dashbord i have
Amount
€70.00
Fee
€1.23

Net
€68.77
Status
Succeeded
Transfer destination
acct_1JlZCsRem5aut4bu
Transfer
tr_3JlbwbDWw1pbLWt31LjpIiNM
Collected fee
fee_1JlbwcRem5aut4bunNspPbDn
€7.00
Transfer group
group_pi_3JlbwbDWw1pbLWt31moykewm

#

In test mode

#

I have them in collected fees by the way

#

but not in balance

ocean quiver
#

Hi @whole shuttle - I'm just hopping in because @silver ruin had to step away. Give me a minute to catch up!

whole shuttle
#

thanks ok 🙂

whole shuttle
#

I think it need 7 days to have collected fees on my account

ocean quiver
whole shuttle
#

apparently i have to wait 7 days to have the application fees in my balance 🙂

#

thanks for your help