PointCheckout · Authentication Profile

Pointcheckout Authentication

Authentication

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

CompanyPaymentsCheckoutSubscriptionsRewardsLoyaltyWebhooksMENAE-Commerce
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKey apiKey
· in: header (X-PointCheckout-Api-Key)
ApiSecret apiKey
· in: header (X-PointCheckout-Api-Secret)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/pointcheckout-merchant-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKey
  type: apiKey
  in: header
  parameter: X-PointCheckout-Api-Key
  sources:
  - openapi/pointcheckout-merchant-api-openapi.yml
- name: ApiSecret
  type: apiKey
  in: header
  parameter: X-PointCheckout-Api-Secret
  sources:
  - openapi/pointcheckout-merchant-api-openapi.yml