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

# Payment Webhook

> Event webhook yang dikirim Daekan ketika status pembayaran berubah atau order dinyatakan berhasil.



## OpenAPI

````yaml WEBHOOK /webhooks/payments
openapi: 3.1.0
info:
  title: Daekan Public API
  description: >-
    API untuk smart order management, payment link, digital products, dan
    payment webhook.
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://api.daekan.app/v1
security:
  - bearerAuth: []
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````