FluidPay

How to enable FluidPay CRM on a merchant.

FluidPay CRM solutions focus on seamless integration of payment processing within customer relationship management systems, facilitating direct interactions and transactions with customers via a centralized platform. It supports a variety of payment methods and provides detailed analytics to enhance customer engagement and satisfaction.

Features

Create Customer A customer created within Authvia platform will be pushed to FluidPay.

Resources

Configuration

  1. Sign up at FluidPay's website to create your account.
  2. Access the API keys from your dashboard on FluidPay's portal.
  3. Configure the API integration within your CRM to enable payment processing and data synchronization functionalities.
  4. Detailed developer resources and guides can be found on the FluidPay Developer Portal.

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

NameTypeDescriptionRules
apiKeystringThe API key is used to authenticate requests to the FluidPay API. It can be obtained from the developer portal under API credentials. Examples: api_keyXXXXXXXXXXXXXXXX.
hoststringThe host URL for the FluidPay API. This is the base URL used for making API requests.

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": "customers",
  "product": "crm",
  "provider": "fluidpay",
  "config": {
    "apiKey": "api_keyXXXXXXXXXXXXXXXX"
  }
}