---
title: "ACH Sale API"
method: POST
path: "/?achSale"
---

# ACH Sale API

`POST /?achSale`

## Request body

- object
  - `appid` string, required — Merchant APP ID (Alphanumeric - Length of 32 chars)
  - `appkey` string, required — Merchant APP KEY (Alphanumeric - Length of 32 chars and special chars $@%#)
  - `epi` string, required — EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2
  - `txn_type` string, required — Message type for sale transaction request (ACHDebit or ACHCredit)
  - `account_number` string, required — Customer account number should be numeric
  - `routing_number` string, required — Routing number is a nine-digit code used to identify a financial institution within the ACH
  - `payee_name` string, required — Name of the payee - Alphabet (Max length of 30 chars)
  - `city_tax` string — City tax amount - Currency $ (Eg. 00.00)
  - `account_type` string, required — Account type should be C => Checking, S =>Savings, G => GeneralLedger
  - `entry_class` string, required — Customer entry class should be present ( Business or Personal)
  - `amount` string, required — Transaction amount - Maximum amount $999999.99 (Ex: 0.01 to 999999.99), The amount field should allow values with either one or two digits after the decimal. A request should not be sent when the amount is 0. The amount must be greater than zero
  - `state_tax` string — State tax amount - Currency $ (Eg. 00.00)
  - `reduced_tax` string — Reduced tax amount - Currency $ (Eg. 00.00)
  - `phone` string — Customer phone number- 10 digit Numeric (Ex: 5247896523)
  - `email` string — Customer email id - Varchar (Ex: test@domain.com, Max length of 50 chars). For ACH banking email or phone required
  - `vaultPaymentInfo` object — Perform an ACH sale using customer vault information instead of direct account details.
    - `customerProfileID` string — Vault customer profile id
    - `paymentProfileID` string — Vault customer payment profile id

## 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/revisions/c6468b606325/schema)
