#mtoledo2_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/1326301212206825576
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
I don't believe there's a way to set the metadata that way, no..
How exactly are the connected accounts exporting these payments?
through the express connect dashboard
What would be the recommended way for a stripe express account to do reconciliation then?
Our merchant has a payout that consists of payments and then those map to a transfer that maps to a charge on the platform account? Is that the correct way?
Correct. Your platform can connect the "payment" on the connected account to the transfer & find the associated charge on the platform.
However, this data won't be available via express dashboard. You may want to build your own UI that handles this.
ok and the way of connecting the payment is how I described correct?
Believe so, yeah
ok and same flow should just work with multicapture scenarios as well but it results in 1 charge on the platofrm and mulitple payments on the connect account right?
Hello! I'm taking over and catching up...
With multicapture each capture should produce a new Charge object, so there should be a 1:1 relationship between Charge objects on your platform and Transfers to the connected account, assuming you're transferring a portion of each capture.
oh interesting, I thought it was the same capture object with just the amount_captured field being updated
So everything would still be 1:1
Yep, it should be. Give it a try in test mode to see how it works in practice!
I actually gave it a try and it doesn't appear that to be the case
yep amount captured just appears to be getting updated but a new payment on the platform does get created
Oh, interesting. Can you share the Payment Intent ID so I can take a look?
pi_3Qel73EnfH5zKLAp1Rc75YHe
Ah, okay, cool. Thanks for sharing!