Plugnpaystandard

How to enable Plugnpaystandard Credit Card on a merchant.

Plug'n Pay is one of the pioneers of Internet payment solutions, enabling customers to maximize online and point-of-sale profits, reduce risk of fraud, and build customer loyalty with a wide array of leading-edge premium products and services.

Features

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

Resources

Configuration

For setting up a PlugNPay account with Authvia, you'll need an API Key, Secret Key, and a Merchant ID. Visit the developer support section at https://www.plugnpay.com/support/downloads to access detailed integration guides and API documentation. For further assistance, you can reach out to their support team via the portal.

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": "plugnpaystandard",
  "config": {},
  
}

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 to UNMAPPED
  • Authvia transaction.conversationId maps to authViaConversationId
  • Authvia transaction.id maps to UNMAPPED
  • Authvia transaction.description maps to UNMAPPED
  • Authvia transaction.userId maps to UNMAPPED
  • Authvia merchant.id maps to UNMAPPED