How to enable Payroc Credit Card on a merchant.
Payroc provides merchant account solutions, offering payment processing for merchants of all sizes and types, reselling services from major providers like First Data (now Fiserv), Vantiv, TSYS, and Chase Merchant Services.
Features
✅ Payment Sale Payments are authorized and immediately captured using Credit Card payment methods.
Resources
Configuration
To integrate Payroc for credit card payments, you'll need a token specific to your merchant account. Begin by setting up your merchant account through the Payroc website, then obtain your account token by logging into your Payroc portal. For detailed API integrations and further assistance, refer to the Payroc developer documentation.
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": "creditcard",
"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 system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.external
maps toUNMAPPED
- Authvia
transaction.id
maps to InvNum - Authvia
transaction.description
maps toUNMAPPED
- Authvia
transaction.userId
maps toUNMAPPED
- Authvia
merchant.id
maps toUNMAPPED