Kora
Quick Start
- Sign up at korapay.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
Kora payment integration
| Provider ID | kora |
| Category | Local Payment Methods |
| Website | korapay.com |
Authentication
- Method: Bearer token
- Base URL:
https://api.korapay.com/merchant/api/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
secret_key | Secret Key |
Example Configuration
{
"provider": "kora",
"provider_params": {
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
success | charged | |
processing | charging | |
failed | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /charges/initialize | |
| GET | /charges/#{URI.encode(reference)} | |
| POST | /charges/#{URI.encode(reference)}/refund |