---
title: "Get ACH authorization language"
method: GET
path: "/api/tradfi/v1/enterprises/{enterpriseId}/ach-authorization"
tags: ["ACH Debits"]
---

# Get ACH authorization language

`GET /api/tradfi/v1/enterprises/{enterpriseId}/ach-authorization`

Returns the ACH debit authorization language that must be presented to and accepted by the end user before initiating an ACH debit transfer. Acceptance is mandatory — the `acceptAuthTerms` field on the initiate request must be `true`. This is a required part of BitGo's risk and compliance strategy for ACH debit origination. The ACH Terms URL in the response varies based on the enterprise's CaaS status.

## Path parameters

- `enterpriseId` string, required

## Response `200`

OK

- object
  - `achAuthorizationLanguage` string, required — The ACH authorization language containing the deposit terms and a link to the full ACH Terms & Conditions.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
