PayPay · AsyncAPI Specification

Paypay Webhooks

Version

View Spec View on GitHub CompanyFintechPaymentsMobile PaymentsQR Code PaymentsDigital WalletJapanMerchant PaymentsAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-20'
method: searched
source: https://www.paypay.ne.jp/opa/doc/v1.0/dynamicqrcode
type: Webhooks
note: >-
  PayPay OPA sends webhook (HTTP POST) notifications on transaction state changes.
  The client configures a webhook URL (via the merchant panel); each event carries a
  notification_type field. PayPay recommends IP-whitelisting PayPay's addresses.
  Clients must respond 200 OK. No published AsyncAPI document exists; this captures
  the documented webhook catalog.
delivery:
  transport: HTTP POST
  ack: respond with HTTP 200 OK (short body like "OK" recommended)
  security: client IP allowlist of PayPay addresses
  setup: PayPay merchant panel (webhook endpoints configured during onboarding)
events:
- notification_type: Transaction
  name: AUTHORIZED
  trigger: A payment authorization is created (or its expiry unexpectedly shortened for PAY_LATER_CC)
- notification_type: Transaction
  name: COMPLETED
  trigger: Payment captured / instant payment completed
- notification_type: Transaction
  name: EXPIRED
  trigger: Payment authorization expired
- notification_type: Transaction
  name: CANCELED
  trigger: Payment authorization reverted
- notification_type: Transaction
  name: REFUNDED
  trigger: Payment refunded (state transition; webhook per docs)
recon_file:
  channel: webhook
  description: >-
    PayPay generates a daily transaction reconciliation CSV per merchant_id and
    notifies its availability by webhook (notification of preauth_transaction_*.csv,
    Shift_JIS, delivered 01:30-10:00 JST, 2h retention / 1 week resend window).
example_payload:
  notification_type: Transaction
  merchant_id: '123456789'
  store_id: '123456'
  pos_id: '123'
  order_id: '123456789123456'
  authorized_at: '2020-03-13T13:35:30Z'
  expires_at: '2020-04-13T13:35:29Z'
  order_amount: '12345'
  state: AUTHORIZED

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