Easebuzz · Authentication Profile

Easebuzz Authentication

Authentication

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

CompanyFintechPaymentsPayment GatewayPayoutsBankingIndiaUPISubscriptionSDK
Methods: apiKey, customHash Schemes: 2 OAuth flows: API key in: body

Security Schemes

merchantKey apiKey
· in: body (key)
requestHash customHash
· in: body (hash)

Source

Authentication Profile

easebuzz-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.easebuzz.in/
summary:
  types:
  - apiKey
  - customHash
  api_key_in:
  - body
  oauth2_flows: []
notes: >-
  Easebuzz REST APIs (Payment Gateway and Wire Payouts) authenticate each request with a
  merchant "key" issued in the dashboard and a per-request integrity "hash". The hash is a
  SHA-512 digest computed over a pipe-delimited, ordered concatenation of the request
  parameters bracketed by the merchant "salt" (a shared secret that is never transmitted).
  The response is verified the same way (reverse-order hash). There is no OAuth 2.0 / OIDC
  surface. Test and live use separate key/salt pairs and separate hosts.
schemes:
- name: merchantKey
  type: apiKey
  in: body
  parameter: key
  description: Merchant key issued in the Easebuzz dashboard, sent with each request.
  sources:
  - https://docs.easebuzz.in/
- name: requestHash
  type: customHash
  algorithm: SHA-512
  in: body
  parameter: hash
  description: >-
    SHA-512 hash over an ordered, pipe-delimited payload plus the merchant salt, proving
    request integrity and authenticity. The salt is a shared secret and is never sent on
    the wire.
  sources:
  - https://docs.easebuzz.in/

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/easebuzz-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.