Connectum
Quick Start
- Sign up at connectum.eu and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Connectum payment integration
| Provider ID | connectum |
| Category | Card Processors |
| Website | connectum.eu |
Authentication
- Method: Bearer token
- Base URL:
https://api.connectum.eu/api/v2
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
Example Configuration
{
"provider": "connectum",
"provider_params": {
"api_key": "your_api_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | charged | |
processing | charging | |
refunded | refunded | |
declined | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /payment | |
| GET | /payment/#{URI.encode(payment_id)} | |
| POST | /payment/#{URI.encode(payment_id)}/refund |