Skip to main content

Kevin.eu

Quick Start
  1. Sign up at kevin.eu and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Kevin.eu →

Overview

Kevin.eu — Open Banking payment gateway for the EU. Account-to-account (A2A) payments without card fees. Coverage: 27 EU countries.

Provider IDkevin_eu
CategoryCard Processors
Websitekevin.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

ParameterDescription
client_idClient ID
client_secretClient Secret
base_urlBase 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 Status4pay StatusDescription
completedchargedPayment completed
startedchargingPayment initiated
pendingchargingAwaiting confirmation
failedrejectedPayment failed

Resources