Plug n Pay Standard

How to enable Plug n Pay Standard ACH on a merchant.

Plug n Pay Standard is a pioneer in internet payment solutions, providing secure and innovative payment services for online and point-of-sale transactions, focusing on fraud prevention and customer loyalty.

Features

Payment Authorization Payments can be authorized by customers using ACH. ✅ Payment Capture Payment authorizations made using ACH payment methods can be captured. This step happens automatically with CHARGE transactions.

Resources

Configuration

To set up ACH payments with Plug'n Pay, ensure your account API key and other credentials are correctly configured.

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

NameTypeDescriptionRules
hoststringThe base URL for PlugnPay API requests
accountstringThe account identifier for PlugnPay API Examples: acct_1234567890abcdef.
apiKeyNamestringThe name of the API key for PlugnPay API Examples: myApiKeyName.
apiKeystringThe API key for authenticating with PlugnPay API Examples: sk_test_4eC39HqLyjWDarjtT1zdp7dc.

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": "plugnpaystandard",
  "config": {
    "account": "acct_1234567890abcdef",
    "apiKeyName": "myApiKeyName",
    "apiKey": "sk_test_4eC39HqLyjWDarjtT1zdp7dc"
  }
}

Data Mapping

The following bullet points outline the mapping of data fields between the Authvia platform and the Plug n Pay Standard system, detailing the correspondence of specific attributes for seamless data integration.