Network International
Quick Start
- Sign up at network.ae 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
Network International — largest acquirer of the Middle East and Africa. NYSE-listed company (NETW), headquarters-apartment in Dubai (DIFC). Serves 65,000+ merchants in 50+ countries. API: N-Genius.
| Provider ID | network_intl |
| Category | Card Processors |
| Website | network.ae |
Supported operations: start_tx capture_tx payout refund_tx status
Authentication
Two-stage OAuth-authorization:
- POST
/identity/auth/access-tokenwith Basic Auth (API Key) → Bearer token - Bearer token is used for all subsequent requests
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Network International Merchant ID |
api_key | N-Genius API Key (for OAuth access token) |
outlet_id | N-Genius Outlet Reference |
environment | uat / production |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
PURCHASED | charged | Successful payment |
CAPTURED | charged | Captured |
AUTHORISED | authorized | Authorized |
AUTH | authorized | Authorization |
STARTED | pending | Started |
AWAIT_3DS | pending | Pending 3DS |
PENDING | pending | Pending |
FAILED | failed | Error |
DECLINED | failed | Declined |
CANCELLED | failed | Cancelled |
REVERSED | failed | Reversal |
PARTIALLY_REFUNDED | charged | Partial refund |
FULLY_REFUNDED | refunded | Full refund |