#dani_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/1217477054208020491
๐ 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.
Hey there!
Hello ๐
You can update the description on the charge object that is created on the connected account. https://docs.stripe.com/connect/customize-express-dashboard#set-custom-descriptions
Though you will also need to reach out to our support team and ask for this to be enabled for your account. By default we ignore the description that you set ๐คท
Hmm.
So it's normal for people to simply see "Payment from x" on the express dashboard?
Let me check real quick to make sure I understand what you're saying correctly
Yep, that is the default. Sorry I worded that confusingly. If you talk to our support, they can turn something on so that what you set as the description shows up on the dashboard instead of "Payment from x"
OK, this makes sense. (just scrambled through the docs)
Do I get it correctly that I should do this after the invoice/pi is paid/succeeded?
(eg in a invoice.paid event handler or something, as opposed to right after finalizing the invoice)
(doing it right after finalizing would be most convenient for me, but i suspect the transfer doesn't exist on the charge at that time, and these things can vary)
Good quesiton, I think it may have to be after the payment has succeeded but I will double check.
Hey, apologies for the delay there. Unfortunately it does not look like there is a way to set this description on the invoice such that the description is automatically populated on the payment that shows up on the connected account
So you will need to wait for the payment to succeed and set it then. I will put in a feature request for this but for now that is how this works