How to enable FluidPay Token on a merchant.
FluidPay offers a cloud-based payment gateway that enables
merchants to securely process transactions. The platform supports
tokenization, which enhances security by replacing sensitive card
information with a unique identifier. FluidPay provides a range of
payment solutions including support for credit card and ACH
transactions.
Features
✅ Refund A token payment processed with FluidPay can be / according to its status.
✅ Payment Sale Payments are authorized and immediately captured using Token payment methods.
Resources
Configuration
This table describes the required or possible attributes needed to configure a merchant product for this type.
| Name | Type | Description | Rules |
|---|---|---|---|
| apiKey | FluidPay API key used for the Authorization header. Examples: Bearer your-fluidpay-api-key. |
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": "token",
"provider": "fluidpay",
"config": {
"apiKey": "Bearer your-fluidpay-api-key"
},
}