#Jahanvi
1 messages · Page 1 of 1 (latest)
Pasting other message for context:
I need to transfer amount after deducting application fee to connected account using invoice. What shall I do?
You need to use only one of those, using both over-constrain the function.
You either control your application fee by explicitly setting application_fee_amount, or you set it implicitly by specifying how much of the transaction should be transferred to the Connected Account (you keep the rest).
Hi
So how will it work? Whole amount will credited to platform account and than amount minus application fee will be credited to connected account?
Correct, there is a diagram to help visualize the fund flow of the destination charge structure that you're working on leveraging here:
https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
I saw this link, Although in the link paymentIntent is used. I am planning to use invoice. So it will be same for both?
Can you check this section for me: Collecting fees with application_fee_amount in same link you shared
Here both application fee and transfer data is used
transfer_data.destination is used, but transfer_data.amount is not used.
Yes, Invoices use Payment Intents to process they're payments, so the application fee portion of the process is consistent.
so i can use transferdata.destination and application fee together in invoice right?
Correct