#icurrytheteam
1 messages · Page 1 of 1 (latest)
Hi there, is it a direct charge or destination?
Destination
For direct charge the connected account is responsible for the stripe fee. For destination charge, the platform pays the stripe fee.
And Stripe doesn't charge for payouts.
This is the flow of funds https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
Ok, so this much I understand. However, if I have a subscription and I want to take X% using the application_fee field in the API, how can I make it such that Y% goes to the vendor's connect account (or rather is such a thing possible)?
Ok, thanks so much. Seems like this is exactly what I want. I just needed a confirmation.
You can use application_fee_percent to take percentage of invoice subtotal as application fee (https://stripe.com/docs/api/subscriptions/create#create_subscription-application_fee_percent)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.