USAePay

How to enable USAePay ACH on a merchant.

USAePay provides a robust payment gateway service, enabling merchants to handle customer information securely and authorize payments efficiently, including ACH transactions.

Features

Payment Sale Payments are authorized and immediately captured using ACH payment methods.

Resources

Configuration

Click this for instructions on creating an API Key and PIN

This table describes the required or possible attributes needed to configure a merchant product for this type.

NameTypeDescriptionRules
merchantIdstringMerchant Id for the USAePay.
hoststring(required) Host for USAePay.
basicAuth(required)

Enabling this Product

Using create-merchant-product API you can add a new product to your merchant record. Below is an example configuration for the payload of that request.

{
  "line": "payments",
  "product": "ach",
  "provider": "usaepay",
  "config": {}
}