#gryzor_api
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/1313022580260605992
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I saw you did doing a direct charge on an express account
The Connect account in question has in its account settings the requsite fields set for Japanese card statement descriptors: statement_descriptor_prefix , statement_descriptor_prefix_kana,
You shouldn't use direct charges on express accounts. Instead you should use destination charges.
Why are direct charges discouraged for Stripe Express accounts?
They don't have full Dashboard access to manage disputes and refunds, yet platform is responsible for negative amounts
I see, thank you for explaining. Would the scenario I described above where customers and products are under Connect accounts still be viable in the case of using destination charges? i.e. if the products and customers belong to the Connect account and not the platform?
To use destination charges, products and customers need to be created on platform.
I understand. Since Connect accounts can have their own customers, products and payments separate from the platform, in what configuration or Stripe set-up would be required to realize what I am describing?
You should create Standard connected accounts for your users, so that they can have full access to Dashboard, have their own customers and products, manage refunds/disputes, and you are not responsible for processing fees either.
I see, so using Stripe Express Connected accounts in the way I am describing is essentially an unsupported use case?
I don't recommend you creating direct charges on express accounts
Ok, thank you for your help. I spent many days with Stripe support on this and no one caught what you immediately noticed regarding direct vs. destination charges. Thanks Jack!