#SpecOps2013

1 messages ยท Page 1 of 1 (latest)

wicked idolBOT
limber solar
fallen sonnet
#

thanks for the response! Im referring to the payment id e.g. the ones starting with "py_" rather than the "pi_"

wicked idolBOT
limpid vector
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

#

the py_xxx objects are the charges that are created on a connected account

fallen sonnet
#

yes that is correct. Can i make use of stripe API to retrieve all the py_xxx objects given a connected account id?

limpid vector
fallen sonnet
#

thanks! I will try and figure out from there. I will let you know if i have further queries

limpid vector
#

let me know if you need any more help

fallen sonnet
#

hi how about the other way round? Is there any way to retrieve a stripe connected account id given a py_xxx object?

limpid vector
#

yes you can look at the source_transfer property on that charge

#

from there you can take that ID and retrieve it on your platform account

#

and look at the destination property which is the destination Account ID

fallen sonnet
#

Hi what if i do not have access to a charge object but only the py_xxx id?.

limpid vector