How to enable Fintainium Customer ACH 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 ACH 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": "ach",
"provider": "fintainium-customer",
"config": {
"sessionKey": "your_session_key"
}
}
Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the Fintainium Customer system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.id
maps to Fintainium CustomerUNMAPPED