#jarek_code
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/1230194334545084477
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jarek_code, 5 days ago, 42 messages
Hello! Am I understanding correctly that you're asking about setting a statement descriptor on a Transfer?
Yes
That's not possible - Transfers wouldn't show up in a CC statement. They are just moving money from the platform to the connected account's stripe balance
On Payouts (which is what you'd use to send the money from the connected account's stripe balance to their external bank account) we do offer the ability to set a statement descriptor (see https://docs.stripe.com/api/payouts/create#create_payout-statement_descriptor)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
no we need to create payment intent to charge our customer, then we transfer the amount to merchant. Can we alter Statement Discriptor to display merchant information on customer's cc when we do transfer.create
?
Are you using a really old API version? Transfers and Payouts have been separate since API version 2017-04-06 (see https://docs.stripe.com/upgrades#2017-04-06).
let me check
we are using separate transfers and payouts, when we transfer money to connected account can we set statement descriptor of that connected account to be displayed on customer's cc card?
Let's back up a minute and rephrase - if you're asking whether it's possible to use the statement descriptor of the connected account when you create a charge on the platform then the answer is yes. You'd use on_behalf_of when you create the Charge and it'll use the branding/settings of the connected account.
no, we can't use at the time when we create charge as we may not know the connected account's information,
Then no, there's no way for you to set the statement descriptor.