---
title: "Save Shop ACH Account"
method: POST
path: "/api/v1/mgmt/ach/shopachaccount"
tags: ["Management - ACH"]
---

# Save Shop ACH Account

`POST /api/v1/mgmt/ach/shopachaccount`

## Request body

- ACHAccountRequest
  - `companyId` string
  - `shopId` string
  - `storeId` string
  - `environment` 'Development' | 'Production' | 'UAT' | 'Beta'
  - `active` boolean
  - `resetAch` boolean
  - `key` string
  - `paymentOption` 'Cash' | 'Credit' | 'Check' | 'Hypur' | 'Split' | 'StoreCredit' | 'Linx' | 'CashlessATM' | 'Mtrac' | 'None' | 'Clover' | 'BlazePay' | 'ACH' | 'GiftCard' | 'LoyaltyPoints' | 'Spence' | 'Stronghold' | 'PlasticPay'
  - `tipping` boolean
  - `capturing` boolean
  - `ignorePartnerPayLink` boolean

## Response `200`

successful operation

- 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

---

[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)
