---
title: "Verify Payments"
method: POST
path: "/payments/{id}/verify"
---

# Verify Payments

`POST /payments/{id}/verify`

The following endpoint verifies the signature of payment callback

## Path parameters

- `id` string, required

## Request body

- object
  - `verification_signature` string, required — Signature which has been provided to you while you successfully made a charge. Would have recived directly as a response to payments/charge API call OR as a payload on payment.completed webhook response

## Response `200`

200

- object
  - `data` boolean

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/durianpay/apis/durianpay-api.md) · [All operations](https://skmtc.net/durianpay/apis/durianpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/durianpay/durianpay-api/versions/ffc0e7e8a227/schema)
