#StefanJimmy - Invoice Application Fees
1 messages ยท Page 1 of 1 (latest)
Hello! I hope my question makes sense. My point is to find a way to issue some invoice towards the connected account, that I don't need to create it manually. If is possible through Stripe, it would be amazing! ๐
Yeah I don't think we surface the application_fee since it's not a line_item but I'm going to test it out
I can help you out. I have this payment intent: pi_3KlYh9HuluxQrqxu1XZrwoUT which was created by this invoice: in_1KlYh8HuluxQrqxuwVGuUZM0
If this is helpful. Now this is great for the customers, but if I can somehow make this including the application fee for the connected account (even if is visible in the invoice towards the customer), it would work for me
Okay so you want the connected account to see the $2 application fee? I don't think there is a mechanism to automatically show that on an Invoice.
I think the best approach you can manage would be to collect the info on your end and perhaps append it to the custom footer:
https://stripe.com/docs/invoicing/customize#footer-field
I see. Okay, I will give it a try. Thanks a lot!