Square API
You are viewing an old version of the API
Payouts
Square API
Get a list of deposits and withdrawals from a seller's bank accounts.
The Payouts API allows you to see a complete list of payouts made to a seller's banking destination, with a list of payout entries that describe the payments associated with each payout. It can be paired with the Bank Accounts API to add detail about which bank account each payout was made to.
Guides: Payouts
-
List payouts
GET /v2/payouts - Retrieves a list of all payouts for the default location.
-
Get payout
GET /v2/payouts/{payout_id} - Retrieves details of a specific payout identified by a payout ID.
-
List payout entries
GET /v2/payouts/{payout_id}/payout-entries - Retrieves a list of all payout entries for a specific payout.