> ## Documentation Index
> Fetch the complete documentation index at: https://waffo.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 履行結果 Webhook

> Waffo Point Topup がサプライヤー自身のエンドポイントに Mode C 注文の最終履行ステータスを通知する Webhook。



## OpenAPI

````yaml api-reference/point-topup-api.json webhook FULFILLMENT_RESULT_NOTIFY
openapi: 3.1.0
info:
  title: Waffo Point Topup
  description: >-
    Waffo-provided endpoints for the Waffo Point Topup supplier integration.
    Supplier-implemented endpoints (point code retrieval, direct fulfillment,
    fulfillment inquiry) are optional integrations and are documented in the
    Developer Docs instead, because their paths and contracts are defined by the
    supplier.
  termsOfService: https://www.waffo.com
  version: 1.5.1
servers:
  - url: https://api-sandbox.waffoplay.com
    description: Sandbox
security: []
tags:
  - name: Point Topup redirect
    description: >-
      Signed redirect entry point that hands a supplier user over to the Waffo
      Point Topup storefront and checkout.
  - name: Point Topup fulfillment inquiry
    description: >-
      Pull-based lookup of a Mode C order's fulfillment result, used for
      reconciliation or when a webhook notification was missed.
  - name: Point Topup fulfillment webhook
    description: >-
      Final fulfillment result pushed from Waffo Point Topup to the supplier's
      notification endpoint.
paths: {}

````