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_
|
The ID of the target merchant associated with the event. |
location_
|
The ID of the target location associated with the event. |
type
|
The type of event this represents, |
event_
|
A unique ID for the event. |
created_
|
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
|
Data associated with the event. |
Examples
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"
}
}
}
}