• Example searches: “transaction”, “CreateOrder”, “/v2/locations”, “inventory”, “delete customer”
You are viewing an old version of the API

Bank account disabled

EVENT bank_account.disabled

Published when Square sets the status of a BankAccount to DISABLED.


Permissions
BANK_ACCOUNTS_READ
Name Description
merchant_id
string

The ID of the target merchant associated with the event.

location_id
string

The ID of the target location associated with the event.

type
string

The type of event this represents, "bank_account.disabled".

event_id
string

A unique ID for the event.

created_at
string

Read only Timestamp of when the event was disabled, in RFC 3339 format.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

data
BankAccountDisabledSquareEventData

Data associated with the event.

Examples

You are viewing an old version of the API
Example payload
{
  "merchant_id": "6SSW7HV8K2ST5",
  "location_id": "S8GWD5DBJ3HF3",
  "type": "bank_account.disabled",
  "event_id": "43e8b5c7-706f-49bf-8e2a-90fbe96af93e",
  "created_at": "2020-02-15T04:38:13Z",
  "data": {
    "type": "bank_account",
    "id": "bact:cgvL1yv43VFjexample",
    "object": {
      "bank_account": {
        "id": "bact:cgvL1yv43VFjexample",
        "account_number_suffix": "526",
        "country": "US",
        "currency": "USD",
        "account_type": "CHECKING",
        "holder_name": "John Doe",
        "primary_bank_identification_number": "101211111",
        "location_id": "S8GWD5DBJ3HF3",
        "status": "DISABLED",
        "creditable": true,
        "debitable": true,
        "version": 5,
        "bank_name": "Bank Name"
      }
    }
  }
}