Skip to main content

Klix

Quick Start
  1. Sign up at klix.app 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 Klix →

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 IDklix
CategoryCard Processors
Websiteklix.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

ParameterDescription
api_keyAPI Key
base_urlBase URL API

Example Configuration

{
"provider": "klix",
"provider_params": {
"api_key": "your_api_key_here",
"base_url": "https://api.klix.app/v1"
}
}

Status Mapping

Provider Status4pay StatusDescription
approvedchargedPayment approved
pendingchargingPayment pending
declinedrejectedPayment declined
refundedrefundedRefund processed

Resources