#cofaen_api

1 messages ยท Page 1 of 1 (latest)

stiff tartanBOT
#

๐Ÿ‘‹ 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/1235869407050465342

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

cyan plume
#

hi there!

#

wha is the "Reserved Funds"?

sonic parrot
#

Hi, soma. It's something Stripe calls the amount they withhold for about 2 months before releasing it. It's set aside for disputes and whatnot

cyan plume
sonic parrot
#

Perhaps, I'm not sure without reading it. Can I find out what the "connect reserve" amount is for a payout using the payout id?

#

It does seem like that's what I'm talking about, yes

cyan plume
sonic parrot
#

Hmm. I had the opportunity to look at our customer's Stripe account with a colleague yesterday. We searched up the payout and it listed "Reserved funds" taken out of that specific payout

#

That means I have to account for the missing amount when I send it to the accounting software

#

I need what was set aside on each payout so I can make the amount balance out to 0 when I send it to the accounting software

#

Apparently, these are transactions(?) with IDs that start with ch_

#

In Stripe, it says "Held reserved funds for ch_3P9oCTAyyYQwWCsZ2FTF5Myb"

#

and then gives the amount (in this case 140.09 NOK)

#

I have to get that amount somehow, lol

cyan plume
#

this is a regular payment, I'm still not sure what you mean by "Reserved funds".
so is your goal to find all payment assosicated with a payout?

sonic parrot
#

Ok, I'll read up on the links you provided. Thanks for guiding me

cyan plume
#

happy to help ๐Ÿ™‚

sonic parrot
#

Hmm. So I am stuck with the tools I have at make.com and I could probably use the Stripe Shell and CLI (which are both completely new to me) to do some testing; but I'm used to making API calls to endpoints in a different way. I don't know how to translate what I'm reading in the use case link you provided. Do you have any pointers for me to help me understand?

#

The end product (our integration, our "scenario" in Make.com") is where the action has to happen, so I'm trying to use that to get at information

cyan plume
#

use "curl" in the dropdown to see tha actual API request:

sonic parrot
#

Found what I needed. Thank you for your assistance and have a lovely weekend!

cyan plume
#

awesome, thanks ๐Ÿ™‚