Fintainium Customer

How to enable Fintainium Customer Token on a merchant.

Fintanium offers comprehensive financial and payment solutions, providing businesses with the tools they need to manage payments, streamline financial processes, and enhance customer engagement. Their platform supports tokenization, ensuring secure and efficient transactions.

Features

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.

NameTypeDescriptionRules
hoststring(required) The host URL for the Fintanium integration.
businessIdstring(required) The Business Id string for the Fintanium integration.
sessionKeystring(required) The session key for Fintanium integration. Examples: your_session_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": "fintanium-customer",
  "config": {
    "sessionKey": "your_session_key"
  }
}