Klix
Quick Start
- Sign up at klix.app 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
Klix — payment gateway for Benelux and Baltic regions. Supports cards, iDEAL, and bank transfers. Settlement T+1 for iDEAL, T+2 for cards.
| Provider ID | klix |
| Category | Card Processors |
| Website | klix.app |
Supported currencies: EUR
Supported operations: charge, refund, partial_refund
Authentication
- Method: Bearer Token (
api_key) - Base URL:
https://api.klix.app/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
base_url | Base URL API |
Example Configuration
{
"provider": "klix",
"provider_params": {
"api_key": "your_api_key_here",
"base_url": "https://api.klix.app/v1"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | charged | Payment approved |
pending | charging | Payment pending |
declined | rejected | Payment declined |
refunded | refunded | Refund processed |