Aplazo · Authentication Profile

Aplazo Authentication

Authentication

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

CompanyPaymentsBNPLBuy Now Pay LaterInstallmentsFintechLendingMexicoCheckoutE-Commerce
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header, body

Security Schemes

merchantCredentialHeaders apiKey
· in: header ()
bearerAuth http
scheme: bearer

Source

Authentication Profile

aplazo-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://github.com/aplazo/php.aplazo-magento-2-payment-gateway (Service/ApiService.php)
summary:
  types: [apiKey, http]
  api_key_in: [header, body]
  token_format: jwt
  description: >-
    Aplazo's merchant API uses a two-part credential (apiToken + merchantId)
    issued in the merchant's Aplazo account. Every request carries the
    credential as the merchant_id and api_token headers. Loan origination first
    exchanges the credential at POST /api/auth for a short-lived JWT which is
    then sent as an Authorization bearer token on subsequent calls.
schemes:
  - name: merchantCredentialHeaders
    type: apiKey
    in: header
    parameter_names: [merchant_id, api_token]
    description: >-
      Per-request merchant credential headers sent on every call to the Aplazo
      merchant API.
    sources:
      - github.com/aplazo/php.aplazo-magento-2-payment-gateway Service/ApiService.php
  - name: bearerAuth
    type: http
    scheme: bearer
    bearer_format: JWT
    description: >-
      JWT bearer token returned in the Authorization field of POST /api/auth,
      passed as the Authorization header on loan-origination requests.
    obtained_via:
      operation: POST /api/auth
      request_body: '{ "apiToken": "...", "merchantId": "..." }'
      returns: Authorization (JWT)
    sources:
      - github.com/aplazo/php.aplazo-magento-2-payment-gateway Service/ApiService.php
credentials:
  issued_in: Aplazo merchant account
  fields: [apiToken, merchantId]
docs: https://github.com/aplazo/php.aplazo-magento-2-payment-gateway

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