#Austin_Rowe
1 messages · Page 1 of 1 (latest)
Hi there!
Hello 😃
Stripe Tax + Connect depends on your setup. I recommend reading through this doc to start: https://stripe.com/docs/tax/faq#what-account-types-and-charge-flows-for-connect-do-you-support
Ok, thanks
In the doc it mentions “destination” or “separate charge and transfer.” These are specific to connect, but I don't know what they are... We create payment intents and take off fees does that put us in either of those categories?
Ah, that doesn't give me too much information. It's possible to use direct and destination charges with application fees
Do you know how your team creates Payment Intents? Do you include a Stripe-Account header, or do you include a value for transfer_data.destination?
I think I understand now. The Destination/Separate charge and transfer fees are when the platform collects payments then does payout to the connected seller, whereas the way we're doing it is to use a Stripe-Account header and just pass the transaction directly on to the seller after stripping our fees off
So we wouldn't fall under the 'destination' or 'separate charge and transfer' category, right?