#omar3-connect-fees
1 messages · Page 1 of 1 (latest)
hello, the fees are taken from the payment, so your Balance gets (amount - fees) into it
ah do you have an example of a PaymentIntent that you created with Application Fees?
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
Hi @whole shuttle - I'm just hopping in because @silver ruin had to step away. Give me a minute to catch up!
thanks ok 🙂
I think it need 7 days to have collected fees on my account
Sorry for the wait - fees are really not my strong suit. Quick question for you - when you retrieve the balance of the account, what do you see https://stripe.com/docs/api/balance/balance_retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.