#thunderbuddy-externalaccounts
1 messages · Page 1 of 1 (latest)
No, this is not supported. In some cases you might be able to set up multiple external accounts but you can only ever designate one as the default for each currency and that's what will be used. You can't divide a payment like you describe within one account.
If these were destined for different parties, you could explore a Connect implementation to transfer some of the funds to another Stripe account, but that might be overkill for something to be accounted for behind the scenes after payout.
@zenith pond if we do use separate stripe accounts, I’m guessing we would couldn’t use one invoice, but would have to use two separate invoices. An invoice for product A (that would go to company A) and an invoice for product B (that would go to company B).
You could use a single invoice and use "destination charges" to automatically transfer some portion: https://stripe.com/docs/api/invoices/create#create_invoice-transfer_data-destination
or manually transfer some amount after the payment
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, great. Thank you so much @zenith pond
You're welcome 🙂