Skip to main content

Selcom

Quick Start
  1. Sign up at selcom.net 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 Selcom →

Overview

Selcom payment integration

Provider IDselcom
CategoryMobile Money
Websiteselcom.net

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://apigw.selcom.net/c2b/v1

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
api_secretAPI Secret
vendorVendor ID

Example Configuration

{
"provider": "selcom",
"provider_params": {
"api_key": "your_api_key_here",
"api_secret": "your_api_secret_here",
"vendor": "your_vendor_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
COMPLETEDcharged
PENDINGcharging
CANCELLEDrejected

API Reference

MethodEndpointDescription
POST/checkout/create-order-minimal
GET/checkout/order-status/#{URI.encode(order_id)}
POST/checkout/refund

Resources