---
title: "Get order"
method: GET
path: "/v2/identities/{id}/payment-order/{order_id}"
tags: ["Order"]
---

# Get order

`GET /v2/identities/{id}/payment-order/{order_id}`

Gets an order for a given identity and order id combo from the pilvytis service

## Path parameters

- `id` string, required
- `order_id` integer, required

## Response `200`

Order object

- PaymentOrderResponse
  - `chain_id` integer
  - `channel_address` string
  - `country` string
  - `currency` string
  - `gateway_name` string
  - `id` string
  - `identity` string
  - `items_sub_total` string
  - `order_total` string
  - `pay_amount` string
  - `pay_currency` string
  - `public_gateway_data` object
  - `receive_myst` string
  - `state` string
  - `status` string
  - `tax_rate` string
  - `tax_sub_total` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/mysteriumnetwork/apis/tequila-api.md) · [All operations](https://skmtc.dev/mysteriumnetwork/apis/tequila-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysteriumnetwork/tequila-api/revisions/cb1439736b63/schema)
