Fluidpay

How to enable Fluidpay Credit Card on a merchant.

Fluidpay offers tokenization services for credit card payments, providing secure and efficient handling of sensitive payment information by converting it into tokens. This helps businesses reduce PCI compliance requirements and enhance the security of their payment systems.

Features

Tokenization Credit Card payment methods can be converted to payment tokens. ✅ Auto Tokenize Can use features.auto-tokenize to have all corresponding tender types auto converted to tokens. See tokenize for more details.

Resources

Configuration

To configure the tokenization for Fluidpay, log into the Fluidpay merchant portal. Navigate to the API settings section to retrieve the api_key necessary for authentication.

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

NameTypeDescriptionRules
hostThe hostname of the FluidPay API server.
apiKeyThe API key used for authentication with the FluidPay API. Examples: your-api-key.

Features

All tokenize products support the following features attributes.

NameValuesDescription
auto-tokenizetrue or false (default)Can be provided on one tokenize product per payment method type (tender type). When set any call to create a payment method, for that underlying tender, will automatically be converted to a token of the defined type.
auto-permissionsingle-use or use (default)Used to determine the permission to automatically set on each token created using this tokenize provider. Setting a value of single-use will mean a token is deleted on each successful use.

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": "tokenize",
  "product": "creditcard",
  "provider": "fluidpay",
  "config": {
    "apiKey": "your-api-key"
  }
}

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.