Ikajo
Quick Start
- Sign up at ikajo.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
Ikajo payment integration
| Provider ID | ikajo |
| Category | Card Processors |
| Website | ikajo.com |
Authentication
- Method: HMAC Signature
- Base URL:
https://api.ikajo.com/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
client_key | Client Key |
secret_key | Secret Key |
Example Configuration
{
"provider": "ikajo",
"provider_params": {
"client_key": "your_client_key_here",
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
success | charged | |
pending | charging | |
refunded | refunded | |
declined | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /payment/create | |
| POST | /payment/status | |
| POST | /payment/refund |