#Scott-sourcetransaction

1 messages ยท Page 1 of 1 (latest)

sly echo
oblique shuttle
#

Hey Again ๐Ÿ˜„

sly echo
#

Hi there :), can you share the request ID for the error?

#

And tell me more about exactly what you are trying to do?

oblique shuttle
#

I'm not sure where to find the request ID

sly echo
#

Should look like req_xxxxx

oblique shuttle
#

I am trying to create a transfer to a stripe connect account without having an available balance - So I am trying to use SourceTransaction using the inital PI

#

req_jtajLjDfcnr7Jv

sly echo
#

Ah okay you are putting in the PaymentIntent ID in place of the Charge ID

oblique shuttle
#

That worked perfectly

sly echo
#

๐ŸŽ‰

oblique shuttle
#

Now my last problem - When I try to get a list of transfers on a Connect Account, I am getting nothing returned?

sly echo
#

Can you paste that code as a snippet here using three ` marks like test

#

So that it is easier for me to read

#

Actually just do that in the future

#

This one is pretty clear ๐Ÿ™‚

#

Looking

#

Oh

#

Okay

#

So Transfers don't live on the Connected Account

#

They live on your platform

#

So you wouldn't pass a StripeAccount option here

oblique shuttle
#

Ah perfect, that worked grand. Thank you

#

Clear as day ๐Ÿ™‚

sly echo
#

๐Ÿ™‚

oblique shuttle
#

Thank you