Magnati
Quick Start
- Sign up at magnati.com 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
Magnati — largest payment processor in UAE (subsidiary FAB / Adyen / Mastercard). Serves merchants in UAE and GCC, providing a full set of payment solutions including POS, eCommerce and mobile payments.
| Provider ID | magnati |
| Category | Card Processors |
| Website | magnati.com |
Supported operations: start_tx capture_tx refund_tx status payout
Authentication
API Key in header request.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Magnati Merchant ID (Magnati Portal → Settings → Merchant ID) |
api_key | Magnati API Key (Magnati Portal → Settings → API Key) |
terminal_id | Terminal ID (Magnati Portal → Terminals → Terminal ID) |
remote_api_url | Magnati API endpoint (by default https://api.magnati.com/v2) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
CAPTURED | charged | |
AUTHORISED | authorized | |
APPROVED | charged | |
PENDING | pending | |
DECLINED | failed | |
REFUNDED | refunded | |
VOIDED | voided | |
CANCELLED | failed | |
FAILED | failed | |
EXPIRED | failed | |
_unknown_ | pending |