How to enable Fintainium Customer Token on a merchant.
Fintainium 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.
Name | Type | Description | Rules |
---|---|---|---|
host | string | (required) The host URL for the Fintainium integration. | |
businessId | string | (required) The Business Id string for the Fintainium integration. | |
sessionKey | string | (required) The session key for Fintainium 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": "fintainium-customer",
"config": {
"sessionKey": "your_session_key"
}
}