#axman

1 messages ยท Page 1 of 1 (latest)

grim boltBOT
candid mason
#

it might be something stupid we did as well but the script does a simple get transfer with start date, end date, but doing the query manually with params I get nothing as well

vernal cypress
#

Hi there ๐Ÿ‘‹ the account that the request was made for does not appear to be a Platform Account that has Connected Accounts associated with it, so it seems expected that there wouldn't be any Transfers in that account as they are part of the Stripe Connect flow.

#

Have you created Transfers on this account that you were expecting to find?

candid mason
#

๐Ÿ˜• I'm not sure, transfers we use to get previoulsy were the transfer of payouts, this worked until last month ๐Ÿ˜…

#

but just noticed that I can get payouts with specific endpoint so might be a solution

vernal cypress
#

Transfers and Payouts are two distinct types of objects, as of API version 2017-04-06.

#

Do you have an example of a previous request that worked as expected that can be used as comparison?

candid mason
#

Ah yes indeed, sorry my bad I thought we wre already using 2019 version and we recently switched to 2022 one, so this is it ๐Ÿ™ˆ

#

so as quick fix I can just pass the old version to this call and better fix would be to only use the payouts endpoint (which as a bonus already have the balance transaction ๐Ÿ˜…)

#

Thanks for your help ๐Ÿ™ :ultrafast:

vernal cypress
#

Any time, happy to help!