---
title: "Get Payment Details"
method: GET
path: "/payments/{paymentId}/details"
tags: ["Payments"]
---

# Get Payment Details

`GET /payments/{paymentId}/details`

Returns the details of a payment. 

Most commonly used to check for payment status updates. 

Feature: `EXISTING_PAYMENTS_DETAILS`

## Path parameters

- `paymentId` string, required

## Headers

- `consent` string, required
- `psu-id` string
- `psu-corporate-id` string
- `psu-ip-address` string
- `sub-application` string, uuid

## Response `200`

Ok

## Other responses

- `default` — Error Response

---

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