Fullsteam

How to enable Fullsteam Token on a merchant.

Fullsteam integrates modern and scalable payments technology with
vertical software to create industry-specific features and end-to-end
business management systems. Their platform supports various payment
methods, including tokenization, which enhances transaction security
by replacing sensitive information with unique tokens.

Features

Refund A token payment processed with Fullsteam can be / according to its status.
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": "fullsteam",
  "config": {},
  
}