Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1006 Bytes

v1-settlement.md

File metadata and controls

35 lines (26 loc) · 1006 Bytes

V1 Settlement

V1Settlement

Structure

V1 Settlement

Fields

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.

Example (as JSON)

{
  "id": "id0",
  "status": "FAILED",
  "total_money": {
    "amount": 250,
    "currency_code": "USS"
  },
  "initiated_at": "initiated_at2",
  "bank_account_id": "bank_account_id0"
}