Core Gateway: Operational Avg API Latency: 44ms Platform SLA: 99.98% Quantum Dispatch Node Engaged
Autonomous Micro-Billing API

AI-Era Unified Resource Dispatch

Integrated API command deck controlling localized automated dispatch workflows across multiple service networks simultaneously.

API Access Profile

https://swifttopupgh.com/api/v1

Unified System Providers

Core infrastructural networks bound transparently to automated dispatch handlers

M

MTN Ghana

Layer: data_gifting, airtime

Active
T

Telecel Ghana

Layer: airtime, bundle_routes

Active
E

ECG / Grid Gateway

Layer: utility_meters

Active
A

AI Runtime Nodes

Layer: compute, sandbox_llm

Listen

API Connection Guide & Endpoint Registry

Follow this structured roadmap to connect your system architecture seamlessly to our automated resource dispatch gateway.

1

Authenticate

Extract your unique live profile key token above. Inject this value cleanly into your server requests inside a standard HTTP Bearer token authorization header format.

2

Format Payload

Construct clean, valid JSON strings using our strict data type rules. Ensure the parameters include required fields like service_type and valid recipients.

3

Handle Webhooks

Set up a listening endpoint on your domain to receive real-time updates. To prevent malicious spoofing, verify incoming packets by matching the signature header hash matrix.

Method Endpoint Endpoint Route Description Context HTTP Success Code
POST /api/v1/dispatch.php Executes instant processing for mobile airtime, data gifting bundles, utility payments, and AI compute allocation tasks. 201 Created
POST /api/v1/trigger_webhook.php Triggers an immediate asynchronous simulation callback event to verify network handshake connectivity loops on your domain. 200 OK

Dynamic POST Fields

service_type data_gifting, airtime, utility, compute, logistics
network MTN, TELECEL, OPENAI, SWIFT-DRONE
recipient Phone, Meter, Node ID, Wallet
POST /dispatch
Authorization: Bearer st_live_021ae455ddac4afa2cc21bc2acd4b1011234
{
  "service_type": "data_gifting",
  "network": "MTN",
  "recipient": "0244916281",
  "plan_id": "105"
}

// Sandbox Console Runtime

{
  "status": "ready",
  "response_code": 200,
  "message": "Awaiting active request dispatch sequence simulation..."
}

Dynamic Callbacks (Webhooks)

Test real-time asynchronous data handshakes by transmitting explicit events to your server

{
  "event": "transaction.fulfilled",
  "service_rendered": "data_gifting",
  "operator_reference": "SWT-WH-DYNAMIC-LOG",
  "cleared_timestamp": "2026-07-28 14:05:55"
}

Real-time API Runtime Logs

Live structural processing logs originating from consumer authentication tokens

Auto-Refreshing
Timestamp Endpoint Route Service Layer Target Recipient Status Execution Speed
Just Now /dispatch compute agent-session-node-77x 201 OK 44ms
5 mins ago /dispatch utility SPN-98213812-B 201 OK 112ms
12 mins ago /dispatch airtime 0201234567 402 Limit 31ms
1 hour ago /dispatch data_gifting 0244916281 201 OK 89ms