---
title: "Retrieve the status payment object"
method: GET
path: "/payments/{id}/status"
tags: ["Payments"]
---

# Retrieve the status payment object

`GET /payments/{id}/status`

## Path parameters

- `id` string, required

## Headers

- `ApiKey` string, required
- `MerchantId` string, required
- `Environment` 'live' | 'sandbox', required

## Response `200`

- PaymentStatusDto
  - `id` string, required — Unique identifier for the Payment
  - `status` 'created' | 'failed' | 'pending' | 'successful', required — Current status of this Payment
  - `isDelegated` boolean — Whether this payment was created via delegation

## Other responses

- `401` — Wrong credentials
- `403` — Forbidden
- `404` — Not Found
- `429` — ThrottlerException: Too Many Requests
- `500` — Internal error

---

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