#nils - invoices
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
What are you trying to accomplish exactly? I'm not sure i understand the goal here.
If you're creating Invoices using destination charges, you can set the application_fee_amount on the Invoice to be taken by your platform:
https://stripe.com/docs/api/invoices/create#create_invoice-application_fee_amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Does that get you what you need?