#scene1607_api

1 messages ¡ Page 1 of 1 (latest)

gilded lightBOT
marble dragonBOT
#

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.

gilded lightBOT
#

👋 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.

smoky lark
#

Stripe doesn't send email to the connected account. I'd recommend sending successful payment emails to your connected account in your system

bleak plover
#

we don't need to send emails

#

just a note to this express account dashboard let me show you:

smoky lark
#

Which note are you referring to?

bleak plover
#

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

smoky lark
bleak plover
#

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?

smoky lark
#

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

bleak plover
#

ok thanks, is this the only available solution?