Deactivate a linked bank account
Soft-deletes a linked bank account. Record is preserved for audit. Idempotent — deactivating an already-inactive account returns success.
Authorization
apiKey Merchant API key. Publishable keys (pk_test_* / pk_live_) are safe for browser/frontend use and carry a limited scope set (sessions, payment_instruments, customers, orders writes; products, product_prices, payment_links reads). Secret keys (sk_test_ / sk_live_*) grant full admin access and must only be used server-side.
In: header
Path Parameters
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://loading/v1/api/treasury/bank-accounts/string"{
"success": true,
"timestamp": "2019-08-24T14:15:22Z",
"data": null,
"message": "string"
}{
"success": false,
"timestamp": "2019-08-24T14:15:22Z",
"error": {
"code": "string",
"message": "string",
"details": null
}
}{
"success": false,
"timestamp": "2019-08-24T14:15:22Z",
"error": {
"code": "string",
"message": "string",
"details": null
}
}{
"success": false,
"timestamp": "2019-08-24T14:15:22Z",
"error": {
"code": "string",
"message": "string",
"details": null
}
}Link a bank account via Plaid
Exchanges a Plaid processor token for a Finix payment instrument and persists the linked bank account. Idempotent on finix_instrument_id — re-linking returns the existing record.
List linked bank accounts
Returns all active bank accounts linked via Plaid, scoped to current environment and company. Supports pagination.