---
title: "Add ACH Profile"
method: POST
path: "/api/valor-vault/addachprofile/{vault_id}"
---

# Add ACH Profile

`POST /api/valor-vault/addachprofile/{vault_id}`

## Path parameters

- `vault_id` string, required

## Headers

- `Valor-App-ID` string, required
- `Valor-App-Key` string, required

## Request body

- object
  - `account_number` string, required — The customer account number should be numeric, Max length of 18.
  - `routing_number` string, required — A routing number is a nine-digit code used to identify a financial institution within the ACH. Max length of 9.
  - `payee_name` string, required — Name of the payee - Alphabet (Max length of 30 chars)
  - `account_type` string, required — Account type should be C => Checking, S =>Savings
  - `entry_class` string, required — Customer entry class should be present (Business or Personal)

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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