Beam Checkout · Authentication Profile

Beam Checkout Authentication

Authentication

Beam Checkout secures its APIs with http across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyFinancial-ServicesPaymentsCheckoutCard PaymentsWebhookThailandFintech
Methods: http Schemes: 3 OAuth flows: API key in: authorization-header

Security Schemes

MerchantApiKey http
scheme: basic
PartnerApiKey http
scheme: basic
PublishableKey http
scheme: basic

Source

Authentication Profile

beam-checkout-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.beamcheckout.com/get-started/authentication
docs: https://docs.beamcheckout.com/get-started/authentication
summary:
  types: [http]
  http_scheme: basic
  api_key_in: [authorization-header]
  oauth2_flows: []
  note: >-
    Beam uses HTTP Basic authentication for all API keys. Credentials are the
    base64 encoding of merchantId:apiKey sent in the Authorization header.
    Playground and Production keys are separate and cannot be used interchangeably.
schemes:
  - name: MerchantApiKey
    type: http
    scheme: basic
    usage: server-side requests
    username: merchantId
    password: merchant API key
    base_url: https://api.beamcheckout.com/api/v1/
    managed_in: Lighthouse dashboard (Developers section)
    header: 'Authorization: Basic base64(merchantId:apiKey)'
  - name: PartnerApiKey
    type: http
    scheme: basic
    usage: server-side requests by partners on behalf of merchants
    username: merchantId
    password: partner API key
    additional_header: 'X-Beam-Partner-ID: {partnerId}'
    base_url: https://api.beamcheckout.com/api/v1/
    managed_in: Bridge (Merchants > API Keys)
  - name: PublishableKey
    type: http
    scheme: basic
    usage: client-side requests to /client endpoints (e.g. card tokenization)
    username: merchantId
    password: publishable key
    base_url: https://api.beamcheckout.com/client/v1/
    note: publishable key is safe to be shared client-side
environments:
  - name: playground
    base_url: https://playground.api.beamcheckout.com
  - name: production
    base_url: https://api.beamcheckout.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/beam-checkout-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.