#ddm_connect-applicationfees
1 messages ¡ Page 1 of 1 (latest)
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.
- ddm4313_webhooks, 1 day ago, 29 messages
- ddm4313_api, 3 days ago, 16 messages
đ 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.
@rare nacelle application_fee_amount is the amount you pick for yourself as a platform.
ddm_connect-applicationfees
Yes, I know
So the amount that it says on payment intent succeeded, is the one that will be paid out?
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.
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?
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
amount is the amount the customer pays. So it's $10
But how would I get the final amount the Stripe acc gets after all the fees?
Like after Stripe fees and platform fees
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.
ok it seems the net amount on the dashboard gives the amount after collected fee & stripe fee
thanks
sure thing!