#akashi_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/1314045386905751652
đ 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.
- akashi_api, 1 day ago, 5 messages
What is "FROM" column, can you share a screenshot?
Here
Based on the example in https://docs.stripe.com/connect/supported-embedded-components/payments the From column shows the customer email. Did you collect customer emails for those payments?
I collected customer emails. The platform transactions show this. However, not reflected on the connect accounts (this is because the resulting transfer is from platform to connected account?).
Perhaps I have to "update" the customer in the charge object as well along with description and metadata?
Can you share with me one PaymentIntent ID so that I can take a look?
Here you go pi_3QSFRfESVULDW5ta08ulWMmg, let me know if you need anything else
Thanks, I confirm that you did update the description and the metadata on the payment.
You should be able to see the description in the payment details modal by clicking on the payment from the list. For example:
Yes. I can see the metadata and description. However, the FROM column is empty? How would this be set if possible?
Or should it not work that way
As funds is actually flowing from the platform
For destination charges and separate charges and transfers, your connected accounts can only see the transfer object associated with the selected charge, which contains limited information.
Yes, the payment embedded component doesn't show full info for destination charges.
I see. Thanks.