---
title: "GET /payments/{id}"
method: GET
path: "/payments/{id}"
---

# GET /payments/{id}

`GET /payments/{id}`

Get the payment (collection or disbursement) with the specified ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Payment retrieved successfully

- Payment
  - `amount` integer
  - `createdAt` string, date-time
  - `currency` string
  - `description` string
  - `fee` integer
  - `id` string
  - `merchantId` integer
  - `paymentType` 'collection' | 'disbursement'
  - `phoneNumber` string
  - `status` 'pending' | 'success' | 'failed' | 'canceled'
  - `telecomOperator` 'mtn' | 'orange'
  - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Payment not found
- `500` — An error occurred

---

[API](https://skmtc.dev/nkwa/apis/nkwa-pay-api.md) · [All operations](https://skmtc.dev/nkwa/apis/nkwa-pay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nkwa/nkwa-pay-api/revisions/2d0897351c2c/schema)
