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
- Sign up at FluidPay's website to create your account.
- Access the API keys from your dashboard on FluidPay's portal.
- Configure the API integration within your CRM to enable payment processing and data synchronization functionalities.
- 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.
Name | Type | Description | Rules |
---|---|---|---|
apiKey | string | The 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. | |
host | string | The 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"
}
}