---
title: "Get payment status"
method: GET
path: "/payments/{payment_id}/status"
---

# Get payment status

`GET /payments/{payment_id}/status`

Retrieve information about the status of an existing payment.

## Path parameters

- `payment_id` string, required

## Response `200`

200

- object
  - `id` string
  - `status` string
  - `status_detail` string
  - `status_code` string

---

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