Paymob UAE
Quick Start
- Sign up at paymob.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
Paymob — licensed CBUAE RPSCS payment provider with 50+ payment methods. Serves merchants in UAE, Egypt, Saudi Arabia, Pakistan and Oman.
| Provider ID | paymob_ae |
| Category | Card Processors |
| Website | paymob.com |
Supported operations: start_tx refund_tx status
Authentication
API Key in header request. Authorization via auth token, obtained by API Key.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | Paymob API Key (Portal → Settings → API Key) |
integration_id | Paymob Integration ID (Portal → Developers → Integration ID) |
iframe_id | Paymob iFrame ID (Portal → Developers → iFrame ID) |
hmac_secret | Paymob HMAC Secret for verification callback' (Portal → Developers → HMAC Secret) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
CONFIRMED | charged | |
APPROVED | charged | |
VOIDED | voided | |
REFUNDED | refunded | |
DECLINED | failed | |
FAILED | failed | |
PENDING | pending | |
EXPIRED | failed | |
CANCELLED | failed | |
_unknown_ | pending |