Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 975 Bytes

v1-settlement.md

File metadata and controls

33 lines (24 loc) · 975 Bytes

V1 Settlement

V1Settlement

Structure

V1 Settlement

Fields

Name Type Tags Description
id String Optional The settlement's unique identifier.
status String (V1 Settlement Status) Optional -
total_money V1 Money Hash 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 Array<V1 Settlement Entry Hash> Optional The entries included in this settlement.

Example (as JSON)

{
  "id": null,
  "status": null,
  "total_money": null,
  "initiated_at": null,
  "bank_account_id": null,
  "entries": null
}