#charlie_58137
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I'm not aware of any way to split/categorize the funds in the application fee. Is this for your reporting purposes? If so, you may be able to leverage the metadata field on Stripe objects to store information that is important to you that Stripe doesn't collect:
https://stripe.com/docs/api/metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes, for reporting we (and the partner with their sub-account) need tax invoices which specify how much of the Application Fee is VAT.
Gotcha, I think storing that breakdown as metadata, which you can reference later for your reporting, is going to be the best way to do that.