---
title: "Get Confirmations Status by payment ID"
method: GET
path: "/confirmations/customers/{customerId}/payments/{paymentId}"
tags: ["Confirmations Status"]
---

# Get Confirmations Status by payment ID

`GET /confirmations/customers/{customerId}/payments/{paymentId}`

## Path parameters

- `customerId` string, required
- `paymentId` string, required

## Response `200`

OK

- GetConfirmationsResultData
  - `sender` string
  - `paymentMessageType` string
  - `trackingReferenceUETR` string
  - `transmissionDateTime` string

## Other responses

- `404` — Not Found

---

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