Selcom
Quick Start
- Sign up at selcom.net 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
Selcom payment integration
| Provider ID | selcom |
| Category | Mobile Money |
| Website | selcom.net |
Authentication
- Method: Basic Auth (Base64)
- Base URL:
https://apigw.selcom.net/c2b/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
api_secret | API Secret |
vendor | Vendor 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 Status | 4pay Status | Description |
|---|---|---|
COMPLETED | charged | |
PENDING | charging | |
CANCELLED | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /checkout/create-order-minimal | |
| GET | /checkout/order-status/#{URI.encode(order_id)} | |
| POST | /checkout/refund |