---
title: "Retrieve a payment request by id"
method: GET
path: "/payments/request/{id}"
tags: ["Payment request"]
---

# Retrieve a payment request by id

`GET /payments/request/{id}`

Retrieves a payment request, together with its current status

## Path parameters

- `id` string, required

## Response `200`

OK

- PaymentRequest
  - `id` string
  - `redirect_url` string
  - `reference_id` string
  - `status` string
  - `url` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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