Interkassa
Quick Start
- Sign up at interkassa.com 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
Interkassa payment integration
| Provider ID | interkassa |
| Category | Card Processors |
| Website | interkassa.com |
Authentication
- Method: Basic Auth (Base64)
- Base URL:
https://api.interkassa.com/v1/
Configuration
Required Parameters
| Parameter | Description |
|---|---|
checkout_id | Checkout ID |
api_key | API Key |
sign_key | Sign 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 Status | 4pay Status | Description |
|---|---|---|
success | charged | |
waitlc | charging | |
process | charging | |
processed | refunded | |
pending | refunding | |
fail | rejected | |
canceled | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | checkout/create | |
| GET | checkout/invoice?#{query} | |
| POST | checkout/refund |