Fintainium Customer

How to enable Fintainium Customer ACH on a merchant.

Fintainium Customer offer 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

Tokenization ACH payment methods can be converted to Fintainium Customer payment tokens.
Auto Tokenize Can use features.auto-tokenize to have all corresponding tender types auto converted to tokens. See tokenize for more details.

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 Fintainium integration.
businessIdstring(required) The Business Id string for the Fintainium integration.
sessionKeystring(required) The session key for Fintainium integration. Examples: your_session_key.

Features

All tokenize products support the following features attributes.

NameValuesDescription
auto-tokenizetrue or false (default)Can be provided for one tokenized product per payment method type (tender type). When set, any call to create a payment method for that underlying tender will automatically be converted to a token of the defined type.
auto-permissionsingle-use or use (default)Used to determine the permission to automatically set on each token created using this tokenization provider. Setting a value of single-use will mean a token is deleted on each successful use.

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": "tokenize",
  "product": "ach",
  "provider": "fintainium-customer",
  "config": {
    "sessionKey": "your_session_key"
  }
}