How to enable Fintainium Customer Credit Card 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 Credit Card 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 Fintanium integration. | |
businessId | string | (required) The Business Id string for the Fintanium integration. | |
sessionKey | string | (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": "creditcard",
"provider": "fintanium-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