#axman
1 messages ยท Page 1 of 1 (latest)
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
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?
๐ 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
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?
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:
Any time, happy to help!