---
title: "Get payment request"
method: GET
path: "/api/v1/payments/requests/{id}"
tags: ["Payment.Payment Request"]
---

# Get payment request

`GET /api/v1/payments/requests/{id}`

Returns the payment request data of the given `id`.

## Path parameters

- `id` string, required

## Response `200`

The payment request data was returned.

## Other responses

- `401` — Unauthorized, possibly because of missing “Authorization: Bearer {access token}” HTTP header or expired access token.
- `403` — Forbidden
- `404` — No payment request was found with the given `id`. The response body includes an `error_code` and `error_message` that provide more details about the issue. For more information, see [one-time payment error codes](https://docs.tink.com/resources/payments/one-time-payments/handle-one-time-payments-sdk-error-codes).

---

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