#dinesh-kumar_best-practices
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1218062396405452913
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
Cab we use direct charges on express account, like i want to charges customer by direct charges and payment intent generated by connected account?
hello! direct charges should be used with Standard accounts. You should only use Direct Charges Destination Charges or Separate Charges and Transfers with Express accounts
i can use or not direct charges with express accounts?
you cannot use Direct Charges with express accounts
but in above message you write - You should only use Direct Charges or Separate Charges and Transfers with Express accounts
ah oops, my bad, i meant to say Destination Charges
but in stripe documentaion- https://docs.stripe.com/connect/charges
it is give that When using Standard accounts, Stripe recommends that you create direct charges. Though uncommon, there are times when it’s appropriate to use direct charges on Express or Custom accounts.
Can you share more on why do you want to use Direct Charges with Express?
actullay we have used express account previsously at our projects for b2b business but now we need to integerete b2c in our project so we don;t want to stripe fees at our plateform so we want create direct charges for connect accounts so that stripe fees handles by connect account
any reason why you don't use Standard accounts instead?
we have express connected accounts which is used for b2b business and we want to use same for direct charges
well, generally i still don't recommend it using Direct Charges with Express because there are certain quirks / limitations with certain flows e.g. there will be issues if you are using Checkout Sessions mode=subscription, because you can't easily control the payment method options for Subscriptions for Express accounts. But if you've already integrated with B2B, have no issues thus far, and are implementing the exact same features/functions for B2C, then it's up to you
so i can use direct charges with express account?
as i mentioned, it's strongly discouraged, there're certain quirks or limitations that you might run into. The final decision is still up to you.
Is this scanarios possible-if we create payment intent using express connect account as direct charges and then forward client secret to frontend then they used client secret for checkout payments (open checkout page for customer for adding card details ) then amount paid.