Skip to main content

Klasha

Quick Start
  1. Sign up at klasha.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 Klasha →

Overview

Klasha payment integration

Provider IDklasha
CategoryLocal Payment Methods
Websiteklasha.com

Authentication

  • Method: Bearer token
  • Base URL: https://gate.klasha.com/

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
encryption_keyEncryption Key

Example Configuration

{
"provider": "klasha",
"provider_params": {
"api_key": "your_api_key_here",
"encryption_key": "your_encryption_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
cancelledcancelled
successfulcharged
successcharged
pendingcharging
failedrejected
abandonedrejected

API Reference

MethodEndpointDescription
POSTapi/v1/payments
GETapi/v1/payments/#{outer_id}/verify
POSTapi/v1/payments/#{outer_id}/refund

Resources