Geidea · Authentication Profile

Geidea Authentication

Authentication

Geidea secures its APIs with http and signature across 2 declared security schemes, as derived from its OpenAPI definitions.

PaymentsPayment GatewaySaudi ArabiaEgyptMENAmadaCardsPoint-of-SaleCheckoutFintech
Methods: http, signature Schemes: 2 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic
hmacSignature signature
scheme: HMAC-SHA256 · in: body ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-12'
method: derived
source: docs.geidea.net (Pre-requisites, API reference) + openapi/geidea-openapi.yml
summary:
  types:
  - http
  - signature
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: >-
    HTTP Basic authentication. The merchant Public Key is the username and the API
    Password is the password, Base64-encoded into the standard Authorization header.
    Credentials are issued via the Geidea enablement team or the merchant portal
    under Payment Gateway -> Gateway Settings. The API Password is a secret and must
    never be exposed in a front-end; all Direct API calls must be made
    server-to-server.
  sources:
  - https://docs.geidea.net/docs/pre-requisites
  - openapi/geidea-openapi.yml
- name: hmacSignature
  type: signature
  scheme: HMAC-SHA256
  in: body
  fieldName: signature
  encoding: base64
  description: >-
    Requests additionally carry an HMAC request signature in the JSON body. The
    signature is an HMAC-SHA256 keyed by the API Password and Base64-encoded. For a
    Create Session request it is computed over a canonical concatenation of the
    merchant public key, amount, currency, merchant reference id, and timestamp; for
    merchant-initiated transactions it is computed over the merchant public key and
    session id. The exact canonical string per operation is documented in the Geidea
    API reference and should be confirmed before implementation.
  sources:
  - https://docs.geidea.net/docs/merchant-initiated-mit
  - https://docs.geidea.net/reference/create-session-v2-1
notes: >-
  Two mechanisms are used together: HTTP Basic auth carries the merchant identity
  and secret, and the per-request HMAC signature protects the integrity and
  authenticity of the payload. Base hosts are region-specific:
  api.ksamerchant.geidea.net (KSA), api.merchant.geidea.net (Egypt), and
  api.geidea.ae (UAE).
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/geidea-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.