Skip to main content

Kora

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

Overview

Kora payment integration

Provider IDkora
CategoryLocal Payment Methods
Websitekorapay.com

Authentication

  • Method: Bearer token
  • Base URL: https://api.korapay.com/merchant/api/v1

Configuration

Required Parameters

ParameterDescription
secret_keySecret Key

Example Configuration

{
"provider": "kora",
"provider_params": {
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
successcharged
processingcharging
failedrejected

API Reference

MethodEndpointDescription
POST/charges/initialize
GET/charges/#{URI.encode(reference)}
POST/charges/#{URI.encode(reference)}/refund

Resources