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
To get started with Bluefin, you need a Solution ID, Merchant ID, Merchant Key, and Merchant Secret Key. You can obtain these by registering for an account on their portal. 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.reference
maps to custom_id - Authvia
transaction.id
maps to transaction_id - Authvia
transaction.conversationId
maps to transaction_id