Retrieve transfers

Hi,

Is there any way to retrieve a list of transfers to the owner bank account via the api?

Basically the equivalent of https://app.squareup.com/dashboard/square-card/activity/transfers via the API?

Thanks

Will

:waving_hand: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Migrate from Transactions API
Bank Accounts API
Use a Gift Card (Orders and Payments Integration)

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

Yes, you can retrieve a list of transfers to a seller’s bank account using the Payouts API. The ListPayouts endpoint provides a list of deposits and withdrawals from a seller’s banking destination. You can use query parameters to filter the results by location, status, and time range. The response includes a list of Payout objects, each representing a deposit or withdrawal from the seller’s bank account.

This answer was reviewed by @Bryan-Square.

Ah yes, thank you. I’d missed the fact that the API defaults to the ‘main’ location when no location_id is specified so I wasn’t seeing the data I expected.