---
title: "for payment verification"
method: POST
path: "/trdp/verify"
tags: ["thirdparty"]
---

# for payment verification

`POST /trdp/verify`

## Headers

- `x-api-secret` string, required

## Request body

- Verifypayment — Create session.
  - `orderId` string — Unique identifier of the order.

## Response `201`

The request was successful, and a new `resource` was created.

- PaymentVerificationResponse
  - `status` string
  - `timestamp` string, date-time
  - `message` string
  - `data` object
    - `order_id` string, uuid
    - `status` string
    - `amount` number
    - `currency` string
    - `updated_at` string, date-time

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `404` — Not found.
- `500` — internal.

---

[API](https://skmtc.dev/starpayethiopia/apis/starpay-api.md) · [All operations](https://skmtc.dev/starpayethiopia/apis/starpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/starpayethiopia/starpay-api/revisions/5292bbae51b6/schema)
