Paytrace

How to enable Paytrace Credit Card on a merchant.

Paytrace offers robust solutions for managing credit card transactions including authorization, capture, void, and refund processes through its secure cloud-based platform.

Features

oAuth Configuration A merchant can configure this product in the merchant portal using oAuth.
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 assistance with your Paytrace account setup or payment processing issues, contact Paytrace support at 877-828-0720 or visit their support center through the Paytrace portal.

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

NameTypeDescriptionRules
userNamestring(required) Username
passwordstring(required) Password

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

Data Mapping

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

  • Authvia transaction.reference.external maps to Paytrace customer_reference_id
  • Authvia transaction.id maps to Paytrace UNMAPPED
  • Authvia transaction.description maps to Paytrace description
  • Authvia transaction.userId maps to Paytrace UNMAPPED
  • Authvia merchant.id maps to Paytrace UNMAPPED