---
title: "Get payment"
method: GET
path: "/v3/payments/{id}"
tags: ["Payments"]
---

# Get payment

`GET /v3/payments/{id}`

Returns payment details.

This API can be called:
- using the `resource_token` associated with the payment you are trying to fetch;
- using a backend bearer token.

_**Note:** Some fields are required when OAuth2 token is used._

## Path parameters

- `id` string, required — Unique ID for the Payment

## Response `200`

Payment

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Payment Not Found
- `500` — Unknown Error

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/versions/5f6051515b2c/schema)
