Frame Payments · Authentication Profile

Frame Payments Authentication

Authentication

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

CompanyPaymentsFinancial-ServicesFintechKYCComplianceFraud DetectionBillingPayoutsIdentity Verification
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

SecretKey http
scheme: bearer
PublishableKey apiKey
· in: client ()

Source

Authentication Profile

frame-payments-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.framepayments.com/getting-started/install
docs: https://docs.framepayments.com/getting-started/install
summary:
  types: [apiKey]
  scheme: bearer
  transport: HTTPS only
  api_key_in: [header]
  oauth2_flows: []
schemes:
  - name: SecretKey
    type: http
    scheme: bearer
    location: Authorization header
    format: 'Authorization: Bearer <secret_key>'
    key_prefixes:
      sandbox: sk_sandbox_
      production: sk_production_
    usage: Server-side. Authenticates all REST API calls. Keep out of source control, browser code, and mobile binaries.
  - name: PublishableKey
    type: apiKey
    in: client
    location: Frame.js initialization
    key_prefixes:
      sandbox: pk_sandbox_
      production: pk_production_
    usage: Client-side only. Used to initialize Frame.js for card tokenization and elements; never the secret key.
environments:
  toggle: Switch environments in the Frame Dashboard at any time; test and production keys are separate.
webhook_auth:
  scheme: HMAC-SHA256
  header: X-Frame-Signature
  format: 'sha256=<hex>'
  secret: Per-endpoint 32-character secret generated at endpoint creation; rotate via rotateWebhookEndpointSecret.
notes: >-
  Frame uses API-key (bearer secret key) authentication, not OAuth2 or OpenID
  Connect, so there is no OAuth scope surface. Publishable keys are the
  client-side half used by Frame.js; secret keys authenticate the REST API.

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/frame-payments-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.