FluidPay

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

Payment Sale Payments are authorized and immediately captured using Token payment methods.

Resources

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": {},
  
}