Payple · Authentication Profile

Payple Authentication

Authentication

Payple declares 3 security scheme(s) across its OpenAPI definitions.

CompanyPaymentsPayment GatewayFintechKoreaRecurring PaymentsBillingCardsBank Transfer
Methods: Schemes: 3 OAuth flows: API key in:

Security Schemes

PCD_CST_ID apiKey
· in: body ()
PCD_CUST_KEY apiKey
· in: body ()
clientKey apiKey
· in: body ()

Source

Authentication Profile

payple-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://developer.payple.kr/parameters/domestic-card/app
notes: >-
  Payple uses a two-stage credential model rather than OAuth2. There is no
  OpenAPI-declared securityScheme; this profile is captured from the developer
  documentation. No OAuth scopes exist, so scopes/ is intentionally omitted.
model: partner-key + client-key
stages:
  - stage: client-side
    name: Client authentication (payment window)
    mechanism: clientKey
    where: JavaScript payment-window initialization in the browser
    parameters:
      - name: clientKey
        description: Public client key used to initialize the Payple payment window.
    restrictions:
      - Domain / Referer verification (payment window will not open on unregistered domains).
      - HTTPS required.
  - stage: server-side
    name: Partner authentication (approval)
    mechanism: partner-key -> auth token
    where: Server-to-server auth request; returns a short-lived auth token used for approval.
    parameters:
      - name: PCD_CST_ID
        description: Partner (merchant) identifier issued by Payple.
      - name: PCD_CUST_KEY
        description: Partner authentication key issued by Payple.
    returns:
      - name: PCD_AUTH_KEY
        description: Auth key returned from partner authentication, used for the subsequent approval request.
      - name: PCD_PAY_REQKEY
        description: Payment request key returned in the result, used for the subsequent approval request.
    restrictions:
      - IP allowlist enforced on server-side requests.
      - Auth token / auth key is short-lived and single-use per approval.
schemes:
  - type: apiKey
    name: PCD_CST_ID
    in: body
    description: Partner ID (server-side).
  - type: apiKey
    name: PCD_CUST_KEY
    in: body
    description: Partner auth key (server-side).
  - type: apiKey
    name: clientKey
    in: body
    description: Client key (browser payment window).

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