#Kenshin-search-transfers
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ no, the Search API is currently not available for Transfer objects. Though not exactly the same, you can use the list endpoint to list all of your Transfers and use the included filter options to filter the results:
https://stripe.com/docs/api/transfers/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hmm, but I need to find certain transfers based on their metadata. Isn't also possible to look using the connected account id? So to look for payments in there? Would that be charge?
Sorry, I didn't understand that last part, are you looking for Transfer objects or objects representing payments?
I am looking for transfer objects, but the transfer objects are basically payments when you login as connected account right? Since the transfers that I am looking for are related to connected accounts that we have
So if I can't look for transfers, can I use the connected account header, and search for payments on the connected account? ๐ค
Hm, that's a clever idea, I'm not certain off-hand whether that will do what you're looking for but recommend trying as it sounds promising.
Ah but the metadata is not there... damn..
Ah, dang ๐ฆ
Okay, I will just use Sigma, make an export and figure it out offline. Thanks anyways!
It would be nice feature to search for transfers too. Really useful for example in our case where we do a lot of transfers towards the connected accounts!
Agreed, that is a great example of where it would be beneficial, I'll be sure to capture that feedback for our teams before I log off!
Thanks Toby!