How to enable Slimcd Credit Card on a merchant.
Slim CD offers payment gateway services as well as the development of credit card processing software for mobile and desktop.
Features
✅ Refund A creditcard payment processed with can be / according to its status.
✅ Payment Authorization Payments can be authorized by customers using Credit Card.
✅ Payment Capture Payment authorizations made using Credit Card payment methods can be captured. This step happens automatically with CHARGE transactions.
Resources
Configuration
For configuring Slim CD, you need to set up a username, client ID, key, price ID, and site ID. For further assistance, visit the developer documentation at Slim CD Developer Portal.
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 to the SlimCD gateway. | ||
UserName | Username for API authentication with SlimCD. Examples: api_user. | ||
clientId | Client identifier for the SlimCD API. Examples: client_123456. | ||
siteId | Site identifier for the SlimCD API. Examples: site_123456. | ||
priceId | Price identifier for the SlimCD transaction. Examples: price_654321. | ||
key | API key for authenticating requests to SlimCD. Examples: apikey_abcdef123456. |
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": "slimcd",
"config": {
"UserName": "api_user",
"clientId": "client_123456",
"siteId": "site_123456",
"priceId": "price_654321",
"key": "apikey_abcdef123456"
}
}
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 to client_transref - Authvia
transaction.id
maps toUNMAPPED
- Authvia
transaction.description
maps toUNMAPPED
- Authvia
transaction.metadata.aspnrxid
maps to po - Authvia
merchant.id
maps toUNMAPPED