---
title: "Payment Success Callback"
method: POST
path: "/api/v1/payments/webhook"
tags: ["Public Payments"]
---

# Payment Success Callback

`POST /api/v1/payments/webhook`

Payment channel callback, requires signature and timestamp validation

## Request body

- object

## Response `200`

Processed successfully

- object — Processed successfully
  - `success` boolean, required
  - `data` object, required
    - `licenseId` string
    - `deliveredTo` string
    - `deduped` boolean

## Other responses

- `400` — Invalid signature or parameters
- `401` — Invalid signature or timestamp
- `404` — Order not found
- `409` — Order status not allowed
- `503` — Payment webhook secret not configured

---

[API](https://skmtc.dev/newapi/apis/qn-platform-api.md) · [All operations](https://skmtc.dev/newapi/apis/qn-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newapi/qn-platform-api/revisions/d61f11e363ff/schema)
