#scene1607_api
1 messages ¡ Page 1 of 1 (latest)
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.
- scene1607_api, 2 hours ago, 5 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247380116577714239
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Stripe doesn't send email to the connected account. I'd recommend sending successful payment emails to your connected account in your system
we don't need to send emails
just a note to this express account dashboard let me show you:
Which note are you referring to?
Here:
this is a transaction that was paid by a customer, sent as first to our client and automatically paid to the business
This is our client dashboard:
Description is working well for our client
but is not being sent to the business
destination is sending the description only to the user that receives the fee
and is not sending the description to the user that receives all the rest of the money
I'd recommend checking the guide here: https://docs.stripe.com/connect/customize-express-dashboard#set-custom-descriptions to update the description on the Express Dashboard
I see
so this has to be a new API call, with the payment ID returned from stripe checkout object for example on the backend when requesting in the session the object with the url to checkout right?
we need a description visible in the transaction not in the charge, in the same way as in the picture shared above, that says Description: This user is Rose
Will the solution that you shared do that?
The description is taken from the description in the charge object
Only when the description is updated in the charge object in py_, then it will be shown in the screenshot above
I'd recommend giving it a try in test mode
ok thanks, is this the only available solution?