#mtoledo2_api

1 messages ¡ Page 1 of 1 (latest)

prisma badgerBOT
#

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

flat ruin
#

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?

mental night
#

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?

flat ruin
#

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.

mental night
#

ok and the way of connecting the payment is how I described correct?

flat ruin
#

Believe so, yeah

prisma badgerBOT
mental night
#

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?

floral shard
#

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.

mental night
#

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

floral shard
#

Yep, it should be. Give it a try in test mode to see how it works in practice!

mental night
#

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

floral shard
#

Oh, interesting. Can you share the Payment Intent ID so I can take a look?

mental night
#

pi_3Qel73EnfH5zKLAp1Rc75YHe

floral shard
#

Ah, okay, cool. Thanks for sharing!