Paysafe

How to enable Paysafe Credit Card on a merchant.

Paysafe provides tailored payment solutions for businesses, offering capabilities for handling complex payment options across various service industries. The platform enables secure online transactions with extensive support for different payment methods.

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

To start using Paysafe for credit card processing, you'll need an Account ID, Username, and Password. These credentials are crucial for the integration with Authvia and must be requested from Paysafe support. For any setup assistance or to begin the sign-up process, please contact Adam Brenner at [email protected].

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

NameTypeDescriptionRules
hostBase URL used for API requests to the Paysafe gateway.
accountIdThe account identifier for processing transactions with Paysafe. Examples: account_123456.
basicAuthBase64 encoded credentials for API authentication with Paysafe. Examples: Basic dXNlcm5hbWU6cGFzc3dvcmQ=

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": "paysafe",
  "config": {
    "accountId": "account_123456",
    "basicAuth": "Basic dXNlcm5hbWU6cGFzc3dvcmQ="
  }
}

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