How to enable Bluefin Credit Card on a merchant.
Bluefin is a payment gateway that allows you to accept payments from your customers.
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
There are two parameters required for authentication: an Account ID and an API Access Key. The values for these parameters can be retrieved from your PayConex account's Settings page. During the setup, ensure your account is configured to integrate with Authvia services. For further assistance, contact Bluefin support or visit their developer documentation.
This table describes the required or possible attributes needed to configure a merchant product for this type.
| Name | Type | Description | Rules |
|---|---|---|---|
| accountId | string | (required) Account Id for the Bluefin. Examples: your_account_id. | |
| apiAccessKey | string | (required) Api Access Key for the Bluefin. Examples: your_api_access_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": "bluefin",
"config": {
"accountId": "your_account_id",
"apiAccessKey": "your_api_access_key"
},
}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.referencemaps to custom_id - Authvia
transaction.idmaps to transaction_id - Authvia
transaction.conversationIdmaps to transaction_id
