How to enable Payroc ACH on a merchant.
Payroc provides robust payment processing solutions, supporting a variety of payment methods including ACH, across a diverse range of industries.
Features
✅ Payment Sale Payments are authorized and immediately captured using ACH payment methods.
Resources
Configuration
To configure ACH payments with Payroc, ensure you have the necessary token setup for your account.
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
host | Base URL used for API requests to the Payroc gateway. | ||
username | Username for API authentication with Payroc. Examples: api_user. | ||
password | Password for API authentication with Payroc. Examples: securepassword. |
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": "payroc",
"config": {
"username": "api_user",
"password": "securepassword"
}
}
Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the Payroc system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.external
maps to PayrocUNMAPPED
- Authvia
transaction.id
maps to Payroc InvNum - Authvia
transaction.description
maps to PayrocUNMAPPED
- Authvia
transaction.userId
maps to PayrocUNMAPPED
- Authvia
merchant.id
maps to PayrocUNMAPPED