V1Settlement
V1 Settlement
Name | Type | Tags | Description |
---|---|---|---|
id |
string |
Optional | The settlement's unique identifier. |
status |
str (V1 Settlement Status) |
Optional | - |
total_money |
V1 Money |
Optional | - |
initiated_at |
string |
Optional | The time when the settlement was submitted for deposit or withdrawal, in ISO 8601 format. |
bank_account_id |
string |
Optional | The Square-issued unique identifier for the bank account associated with the settlement. |
entries |
List of V1 Settlement Entry |
Optional | The entries included in this settlement. |
{
"id": "id0",
"status": "FAILED",
"total_money": {
"amount": 250,
"currency_code": "USS"
},
"initiated_at": "initiated_at2",
"bank_account_id": "bank_account_id0"
}