#mhenrixon-transfer
1 messages · Page 1 of 1 (latest)
Hey there! Without the additional context from yesterday, it sounds like you'll need separate charges and transfers: https://stripe.com/docs/connect/charges-transfers
Yes exactly but how to handle the application fee in that scenario?
Do I just keep that part or how does it work? If so, it isn't really calculated anywhere 🙂
I'm still recording it on my side but I was hoping there is a better way for the tax accountant pulling the stripe documents
You'd just deduct the 'fee' before sending the transfer: https://stripe.com/docs/connect/charges-transfers#collecting-fees
Ah shit, I missed that section. Thanks a bunch for your amazing support. Stripe rocks!!
Np!
One last followup
I should specify the charge id as source transaction which is cool but do I even have that? I have access to the checkout session id and the payment intent id. Can I access the charge id as well? Should I listen to the charges webhooks for that?
You can also pass a pi_xxx ID when using source_transaction