The `GetPayout` endpoint provides details about a specific payout. You need to pass the payout ID as an argument to this endpoint.
Payouts API

Get Payout

The GetPayout endpoint provides details about a specific payout. You need to pass the payout ID as an argument to this endpoint. To call this endpoint, set PAYOUTS_READ for the OAuth scope.

If you do not specify a location, the main or default location is used.

Get Payout
  • 1
  • 2
  • 3
  • 4
curl https://connect.squareupsandbox.com/v2/payouts/{{PAYOUT_ID}} \
  -H 'Square-Version: 2023-03-15' \
  -H 'Authorization: Bearer {ACCESS_TOKEN}' \
  -H 'Content-Type: application/json'

The following is an example response:

We've made improvements to our docs.
Prefer the old format?