Payouts
Retrieves a list of all payouts for the default location.
Table Specific Information
Select
The component executes all filters to this table client-side, in memory.Retrieve the list of all payouts for the default location:
SELECT * FROM Payouts
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique ID for the payout. |
| Status | String | The status for the payout. |
| LocationId | String | The ID of the location associated with the payout. |
| CreatedAt | Datetime | The timestamp of when the payout was created and submitted for deposit to the seller's banking destination, in RFC 3339 format. |
| UpdatedAt | Datetime | The timestamp of when the payout was last updated, in RFC 3339 format. |
| AmountMoneyAmount | String | The amount of money, in the smallest denomination of the currency indicated by currency. |
| AmountMoneyCurrencyCode | String | The type of currency, in ISO 4217 format. For example, the currency code for US dollars is USD. |
| DestinationId | String | Square issued unique ID (also known as the instrument ID) associated with this destination. |
| DestinationType | String | Type of the destination such as a bank account or debit card. |
| Version | Int64 | The version number, which is incremented each time an update is made to this payout record. The version number helps developers receive event notifications or feeds out of order. |
| Type | String | Indicates the payout type. |
| PayoutFeeAmount | String | The money amount of the payout fee. |
| PayoutFeeCurrencyCode | String | The type of currency, in ISO 4217 format. For example, the currency code for US dollars is USD. |
| PayoutFeeEffectiveAt | Datetime | The timestamp of when the fee takes effect, in RFC 3339 format. |
| PayoutFeeType | String | The timestamp of when the fee takes effect, in RFC 3339 format. |
| ArrivalDate | Date | The calendar date, in ISO 8601 format (YYYY-MM-DD), when the payout is due to arrive in the seller’s banking destination. |
| EndToEndId | String | A unique ID for each Payout object that might also appear on the seller’s bank statement. |