Coinbase Commerce · Authentication Profile

Commerce Coinbase Authentication

Authentication

Coinbase Commerce secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

Crypto PaymentsCryptocurrencyPayment GatewayCommerceBitcoinEthereumUSDCWebhooksChargesCheckouts
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (X-CC-Api-Key)
BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi-charges.yml, openapi/openapi-checkouts.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-CC-Api-Key
  sources:
  - openapi/openapi-charges.yml
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: JWT signed with your CDP API Key Secret. See https://docs.cdp.coinbase.com/coinbase-business/authentication-authorization/api-key-authentication
  sources:
  - openapi/openapi-checkouts.yml