#cheqo.
1 messages · Page 1 of 1 (latest)
Hi, I think you may be combining some things here. However, we can start from the top. When you create the Connected Account, you can pass in the statement descriptor: https://stripe.com/docs/api/accounts/create#create_account-settings-payments-statement_descriptor. You mentioned you're creating Standard Connect Accounts, however, that is not the recommended flow and with Standard Accounts, the recommendation is to use Direct Charges which the statement descriptor would be from the Connected Account and the charge occurs on the Connected Account.
I recommend that you review this: https://stripe.com/docs/connect/charges documentation to identify what your business use case needs are and try to see which charge flows would work best for you
How statement descriptors, https://stripe.com/docs/payments/account/statement-descriptors show varies by the charge flow so I'd first review the specific charge flow that may work best for your business
I want to use direct charges
so basically, I can still set the same statement descriptor that matches my platform for my connected accounts?
You can set it when creating the Connected Account via the API, however this is more of a question to our Support team, https://support.stripe.com/contact if you're asking about the specifics of what it could entain, our support team will be able to assist.