Kevin.eu
Quick Start
- Sign up at kevin.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
Kevin.eu — Open Banking payment gateway for the EU. Account-to-account (A2A) payments without card fees. Coverage: 27 EU countries.
| Provider ID | kevin_eu |
| Category | Card Processors |
| Website | kevin.eu |
Supported currencies: EUR, GBP, PLN, CZK, SEK, NOK, DKK, RON, BGN, HUF
Supported operations: charge, refund (limited)
Authentication
- Method: Bearer Token (Base64 of
client_id:client_secret) - Base URL:
https://api.kevin.eu/platform/v0.3
Configuration
Required Parameters
| Parameter | Description |
|---|---|
client_id | Client ID |
client_secret | Client Secret |
base_url | Base URL API |
Example Configuration
{
"provider": "kevin_eu",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here",
"base_url": "https://api.kevin.eu/platform/v0.3"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
completed | charged | Payment completed |
started | charging | Payment initiated |
pending | charging | Awaiting confirmation |
failed | rejected | Payment failed |