List Payouts endpoint only returns a single result

Hi team, I’ve just started work on an integration with the Payouts API on an account that we’ve been running for just under a year. In the account dashboard I can see there have been settlements/transfers each day, but the List Payouts endpoint only returns a single record.

Here’s a screenshot of what I’ve run in Postman while prototyping:

The {{host}} variable is set to: connect.squareup.com, {{square_version}} is set to ‘2023-12-13’ and I’m using the Production Connect API Key as the Bearer in the ‘Authorization’ header.

Any idea why I’m only getting a single result?

Oh, actually, I think I worked out what’s going on. From the docs: Retrieves a list of all payouts for the default location.

You are correct. I will list payouts for the default location unless you specify the location_id. Glad to hear you figured it out. :slightly_smiling_face:

1 Like