Geidea
Geidea is a Saudi-headquartered fintech and payments platform serving merchants across the MENA region (Saudi Arabia, Egypt, and the UAE). Its Payment Gateway lets merchants accept card and wallet payments through a hosted Geidea Checkout (HPP) page or a server-to-server Direct API for PCI-DSS-compliant merchants, covering the full transaction lifecycle - create session, 3-D Secure authentication, pay, capture, void, refund, cancel, tokenization, Pay by Link, and Pay by Invoice - with support for mada, Visa, Mastercard, Apple Pay, Google Pay, Meeza QR, and BNPL. Payments are authenticated with a merchant public key and API password over HTTP Basic auth plus an HMAC request signature, and results are delivered back to merchants via webhook (callback) notifications.
APIs
Geidea Checkout API
Create a payment session with POST /payment-intent/api/v2/direct/session and render the pre-built, hosted Geidea Checkout (HPP) page. The session is signed with an HMAC signatur...
Geidea Direct API
Server-to-server card acceptance for PCI-DSS-compliant merchants who want full control of the checkout UI. The flow is Initiate Authentication (POST /pgw/api/v6/direct/authentic...
Geidea Tokenization API
Save cards on file and reuse them for recurring and merchant-initiated transactions. Retrieve Token (GET /pgw/api/v1/direct/token/{tokenId}) returns a stored instrument token; m...
Geidea Transaction Management API
Manage the lifecycle of an authorized transaction - Capture (POST /pgw/api/v1/direct/capture), Void (POST /pgw/api/v3/direct/void), Refund full or partial (POST /pgw/api/v2/dire...
Geidea Pay by Link API
Programmatically create, update, fetch, delete, and send (by email or SMS) shareable payment links so customers can pay without a full storefront integration. Available for Egyp...
Geidea Pay by Invoice API
Create, update, fetch, delete, and send payment invoices (KSA) that customers settle through a Geidea-hosted payment page. Exact request paths are documented in the Geidea API r...