#outrageous_otter_83368
1 messages · Page 1 of 1 (latest)
👋 happy to help
I'm not sure about the additional fees, for pricing questions you need to contact https://support.stripe.com/?contact=true, but whether you do a Checkout Session with an underlying Destination Charge or with a separate Charge and Transfer, both will create a Transfer object between the platform and the Connected Accounts
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
you can choose Direct Charges instead https://stripe.com/docs/connect/direct-charges which doesn't rely on the Transfer object
Thank you so much for your answer.
Do you know if its possible to create a Checkout Session, where you set the destination account only later? After creating the Session?
We would like to just authorize the payment during the checkout, since we don't know the destination account at that point, and then actually execute the payment later when we know the destination account.