---
title: "Get Current Shop ACH Account By Company"
method: GET
path: "/api/v1/mgmt/ach/shopachaccount"
tags: ["Management - ACH"]
---

# Get Current Shop ACH Account By Company

`GET /api/v1/mgmt/ach/shopachaccount`

## Query parameters

- `companyId` string
- `shopId` string
- `start` integer
- `limit` integer

## Response `200`

successful operation

- SearchResultACHAccount
  - `values` ACHAccount[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `storeId` string
    - `key` string
    - `active` boolean
    - `paymentOption` 'Cash' | 'Credit' | 'Check' | 'Hypur' | 'Split' | 'StoreCredit' | 'Linx' | 'CashlessATM' | 'Mtrac' | 'None' | 'Clover' | 'BlazePay' | 'ACH' | 'GiftCard' | 'LoyaltyPoints' | 'Spence' | 'Stronghold' | 'PlasticPay'
    - `environment` 'Development' | 'Production' | 'UAT' | 'Beta'
    - `tipping` boolean
    - `capturing` boolean
    - `ignorePartnerPayLink` boolean
  - `skip` integer
  - `limit` integer
  - `total` integer
  - `searchAfter` object[]

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
