How to enable Fullsteam Credit Card on a merchant.
Fullsteam integrates modern and scalable payments technology with vertical software to create industry-specific features and end-to-end business management systems.
Features
✅ Payment Sale Payments are authorized and immediately captured using Credit Card payment methods.
Resources
Configuration
To configure Fullsteam for credit card payments, you'll need the Merchant ID, Username, and Password. You can obtain these by contacting Fullsteam directly or through your account dashboard. Ensure you are testing with transactions above $1 to avoid failures.
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
host | Base URL used for API requests. | ||
username | Username for API authentication. Examples: [email protected]. | ||
password | Password for API authentication. Examples: password123. | ||
merchantId | The merchant identifier for processing transactions with FullSteam. Examples: merchant_987654. |
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": "fullsteam",
"config": {
"username": "[email protected]",
"password": "password123",
"merchantId": "merchant_987654"
}
}
Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.external
maps toUNMAPPED
- Authvia
transaction.description
maps toUNMAPPED
- Authvia
transaction.userId
maps toUNMAPPED
- Authvia
merchant.id
maps toUNMAPPED