---
title: "Retrieve an Order"
method: GET
path: "/orders/{order_id}"
---

# Retrieve an Order

`GET /orders/{order_id}`

Retrieve information about an existing order.

## Path parameters

- `order_id` string, required

## Response `200`

200

- object
  - `payment_id` string
  - `order_id` string
  - `amount` integer
  - `currency` string
  - `approved_date` string
  - `created_date` string
  - `status` string
  - `status_code` string
  - `status_detail` string

## Other responses

- `404` — 404

---

[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/versions/d87e090020f9/schema)
