Authorize.net · Authentication Profile

Authorizenet Authentication

Authentication

Authorize.net secures its APIs with apiKey and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyPaymentsPayment GatewayCredit CardsE-CommerceRecurring BillingFraud DetectionWebhookFinancial-Services
Methods: apiKey, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: body

Security Schemes

merchantAuthentication apiKey
· in: body ()
signatureKey apiKey
· in: body-hash ()
oauth2 oauth2

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: https://developer.authorize.net/api/reference/index.html and https://github.com/AuthorizeNet/oauth-sample-app
summary:
  types: [apiKey, oauth2]
  api_key_in: [body]
  oauth2_flows: [authorizationCode]
schemes:
- name: merchantAuthentication
  type: apiKey
  in: body
  description: >-
    Primary authentication for the transaction gateway. Every request carries a
    merchantAuthentication element with the merchant API Login ID (name) and Transaction
    Key. Sandbox and production use distinct credentials.
  fields:
    - name          # API Login ID
    - transactionKey  # Transaction Key
  docs: https://developer.authorize.net/api/reference/index.html#authentication
- name: signatureKey
  type: apiKey
  in: body-hash
  description: >-
    A Signature Key (HMAC-SHA512) is used to verify transaction hashes and to sign/verify
    webhook payloads (X-ANET-Signature header). Configured in the Merchant Interface.
- name: oauth2
  type: oauth2
  flow: authorizationCode
  description: >-
    OAuth 2.0 is available for partner and Accept integrations, allowing a merchant to
    grant a partner application access without sharing raw API credentials. Demonstrated
    in the official oauth-sample-app.
  sample: https://github.com/AuthorizeNet/oauth-sample-app
notes: >-
  The gateway is credential-based (API Login ID + Transaction Key) rather than OAuth-scope
  based for most integrations; there is no public OAuth scopes reference, so no scopes/
  artifact is emitted. OAuth 2.0 covers partner delegation.

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/authorizenet-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.