Skip to main content

Ikajo

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

Overview

Ikajo payment integration

Provider IDikajo
CategoryCard Processors
Websiteikajo.com

Authentication

  • Method: HMAC Signature
  • Base URL: https://api.ikajo.com/v1

Configuration

Required Parameters

ParameterDescription
client_keyClient Key
secret_keySecret Key

Example Configuration

{
"provider": "ikajo",
"provider_params": {
"client_key": "your_client_key_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
successcharged
pendingcharging
refundedrefunded
declinedrejected

API Reference

MethodEndpointDescription
POST/payment/create
POST/payment/status
POST/payment/refund

Resources