#MindFull
1 messages · Page 1 of 1 (latest)
This is the guide for implementing Direct Charges: https://stripe.com/docs/connect/direct-charges
Yes, we've reviewed all the doc extensively
but it seems the application fee requires a payment intent trigger. We are not sure if that trigger can be pulled from each stripe standard account's dashboard
Thank you @random iron, wonder if you know of someone who had recently implemented standard connect API we could talk to?
For Direct Charges, the Payment Intent is created in the Standard connected account and the application fee is collected from the Payment Intent in the Standard connected. This is the fund flow: https://stripe.com/docs/connect/direct-charges#flow-of-funds-with-fees
We are happy to help you with implementing Direct Charges if you have any questions. We have experiences in implementing Direct Charges on Standard connected account
Yep, that is great! the question is how do we implement it so that the application fee catches the payment intent directly from each individual standard account dashboard (without returning "application_fee=null")
from the stripe dashboard *
The application fee should be set when you create a Payment Intent, so that it won't be null. Do you set the application fee in the Payment Intent creation request?
Yup, sure!
thanks! 🙏