Skip to main content

Interkassa

Quick Start
  1. Sign up at interkassa.com 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 Interkassa →

Overview

Interkassa payment integration

Provider IDinterkassa
CategoryCard Processors
Websiteinterkassa.com

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://api.interkassa.com/v1/

Configuration

Required Parameters

ParameterDescription
checkout_idCheckout ID
api_keyAPI Key
sign_keySign Key

Example Configuration

{
"provider": "interkassa",
"provider_params": {
"checkout_id": "your_checkout_id_here",
"api_key": "your_api_key_here",
"sign_key": "your_sign_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
successcharged
waitlccharging
processcharging
processedrefunded
pendingrefunding
failrejected
canceledrejected

API Reference

MethodEndpointDescription
POSTcheckout/create
GETcheckout/invoice?#{query}
POSTcheckout/refund

Resources