Payple · AsyncAPI Specification

Payple Webhooks

Version

View Spec View on GitHub CompanyPaymentsPayment GatewayFintechKoreaRecurring PaymentsBillingCardsBank TransferAsyncAPIEvents

AsyncAPI Specification

payple-webhooks.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://developer.payple.kr
type: Webhooks
notes: >-
  Payple does not publish an AsyncAPI document or an event-streaming surface.
  Its asynchronous notification mechanism is a merchant-supplied result callback
  URL: after a payment is authorized/processed, Payple POSTs the result payload
  to the URL the merchant provides (PCD_RST_URL). This is a webhook-style server
  callback, captured here as a webhook catalog. No AsyncAPI spec is fabricated.
delivery:
  mechanism: HTTP POST to merchant-supplied result URL
  callback_field: PCD_RST_URL
  auth: >-
    Merchants verify the result server-side by re-confirming the payment via the
    approval/confirm API using the returned PCD_AUTH_KEY / PCD_PAY_REQKEY.
webhooks:
  - name: payment-result-callback
    trigger: Payment authorization / approval completes (card or bank).
    method: POST
    target: merchant PCD_RST_URL
    payload_fields:
      - PCD_PAY_RST  # result (success/failure)
      - PCD_PAY_CODE # result code
      - PCD_PAY_MSG  # result message (Korean)
      - PCD_PAY_OID  # merchant order id
      - PCD_AUTH_KEY # auth key for server-side re-confirmation
      - PCD_PAY_REQKEY # payment request key
    verification: Re-confirm via approval/confirm endpoint before fulfilling the order.

Work with this as data

Every AsyncAPI spec 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 asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec 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 AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/payple-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?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.