HyperPay · Authentication Profile

Hyperpay Authentication

Authentication

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

PaymentsPayment GatewayFintechMENASaudi ArabiamadaApple PayCards
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

bearer_token http
scheme: bearer
entity_id apiKey
· in: query ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-17'
method: searched
source: openapi/hyperpay-openapi.yml
docs: https://hyperpay.docs.oppwa.com/reference/parameters
summary:
  types:
  - http
notes: >-
  HyperPay (ACI / OPPWA) authenticates every request with TWO credentials issued
  together: an `entityId` channel identifier (a form field on writes, a query
  parameter on reads) that scopes the request to a specific merchant channel, and
  an `Authorization: Bearer <access-token>` header. Requests are
  application/x-www-form-urlencoded over TLS. Separate entityId values are issued
  per payment-method channel (e.g. one for cards, one for mada, one for Apple
  Pay). Test and live use distinct credentials and hosts.
schemes:
- name: bearer_token
  type: http
  scheme: bearer
  bearerFormat: accessToken
  sources:
  - openapi/hyperpay-openapi.yml
- name: entity_id
  type: apiKey
  in: query
  paramName: entityId
  note: Also sent as a form field on POST requests; identifies the merchant channel.
  sources:
  - openapi/hyperpay-openapi.yml