#ddm_connect-applicationfees

1 messages ¡ Page 1 of 1 (latest)

spare vigilBOT
vocal ivyBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

spare vigilBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1248318816900092076

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

azure vapor
#

@rare nacelle application_fee_amount is the amount you pick for yourself as a platform.

#

ddm_connect-applicationfees

rare nacelle
#

Yes, I know

#

So the amount that it says on payment intent succeeded, is the one that will be paid out?

azure vapor
#

sorry you said "I know" but the question seemed to only ask about application_fee_amount.

amount is the amount you charge the end customer
application_fee_amount is your own share.

rare nacelle
#

I am asking about the webhook itself

#

I'm not asking what those stand for

azure vapor
#

The payment_intent.succeeded describes a PaymentIntent. What's in that Event is identical to what's on the PaymentIntent resource in the API.
I'm sorry I still don't really get your question. Maybe if you share a specific example with the values you are asking about it might be easier?

rare nacelle
#

Let me explain, so a user goes to pay a product that's $10, I have for example the fee set to $3, when I get a payment intent succedeed, will the amount in the webhook data be $10 or $7? I'm just trying to figure out what exact amount will the user be able to payout after fees etc

azure vapor
#

amount is the amount the customer pays. So it's $10

rare nacelle
#

But how would I get the final amount the Stripe acc gets after all the fees?

#

Like after Stripe fees and platform fees

azure vapor
#

You have to look at multiple objects do get that information. It also depends a lot on your integration path as they are dozens of ways to integration Stripe and Connect.

rare nacelle
#

ok it seems the net amount on the dashboard gives the amount after collected fee & stripe fee

#

thanks

azure vapor
#

sure thing!