---
title: "Get the ACH authorization agreement for a (bank account, amount) tuple"
method: GET
path: "/money/ach/agreement"
tags: ["money", "ach"]
---

# Get the ACH authorization agreement for a (bank account, amount) tuple

`GET /money/ach/agreement`

Returns the ACH authorization language the caller must acknowledge before a debit. The account-holder name is masked unless the caller holds bank_account_add or bank_account_remove; the account number is masked upstream by the custodian.

## Query parameters

- `account_id` string, required
- `amount_usd` string, required

## Response `200`

OK

- CustodyGetACHAgreementOutput
  - `account_holder_name` string
  - `account_number_masked` string
  - `account_type` string
  - `ach_agreement` CustodyACHAgreementWrapperView
    - `achAuthorizationLanguage` CustodyACHAuthorizationLanguageCamelView
      - `accountInformation` CustodyACHAccountInformationCamelView
        - `accountHolderName` string
        - `accountNumber` string
        - `accountType` string
        - `bankName` string
        - `routingNumber` string
      - `acknowledgment` string
      - `authorizationDetails` string
      - `reviewAuthorization` string
  - `ach_authorization_language` CustodyACHAuthorizationLanguageView
    - `account_information` CustodyACHAccountInformationView
      - `account_holder_name` string
      - `account_number` string
      - `account_type` string
      - `bank_name` string
      - `routing_number` string
    - `acknowledgment` string
    - `authorization_details` string
    - `review_authorization` string
  - `acknowledgment` string
  - `authorization_details` string
  - `bank_name` string
  - `review_authorization` string
  - `routing_number` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/fa1f46a0751c/schema)
