#anurags_api

1 messages ¡ Page 1 of 1 (latest)

charred roverBOT
#

👋 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/1230785203061002280

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

shut pulsarBOT
#

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.

quaint knoll
#

No It is a new query

#

The previous one is resolved

shut pulsarBOT
broken walrus
#

hello! Can you elaborate more on what you mean by description in transfer account when making payment? Which specific object are you referring to, or where do you want to see this description?

quaint knoll
#

so basically my query is How can we carry over the description or metadata to the payment on the connected account for a destination charge?

broken walrus
#

There's no way to automatically do so at the moment. You can listen to webhooks for invoice.payment_succeeded - you'll want to make a request to retrieve the charge and at the same time expand [0] the transfer. On the Transfer object in the response, you'll have the destination and destination_payment. Then you can update the destination charge on the connected account : https://docs.stripe.com/connect/customize-express-dashboard#destination-charges (remember to include the StripeAccount header for this specific request [1]).

[0] https://stripe.com/docs/api/expanding_objects
[1] https://docs.stripe.com/connect/authentication

Learn how to add the right information to your API calls so you can make calls for your connected accounts.

Learn how to customize the Express Dashboard for your users.

quaint knoll