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

# Get all orders for identity

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

Gets all orders for a given identity from the pilvytis service

## Path parameters

- `id` string, required

## Response `200`

List of payment orders

- 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.net/mysteriumnetwork/apis/tequila-api.md) · [All operations](https://skmtc.net/mysteriumnetwork/apis/tequila-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mysteriumnetwork/tequila-api/versions/cb1439736b63/schema)
