---
title: "Query Order's payments"
method: GET
path: "/payment/list"
tags: ["Payment"]
---

# Query Order's payments

`GET /payment/list`

## Query parameters

- `order_id` string, string — Order ID

## Headers

- `Date` string
- `Authorization` string

## Response `200`

- GithubComInfiniMoneyInfiniServicesGoAppInfiniPaymentServiceApiPaymentV1ListPaymentRes
  - `list` GithubComInfiniMoneyInfiniServicesGoAppInfiniPaymentServiceApiPaymentV1PaymentItem[] — List
    - `payment_id` string, string
    - `merchant_id` string, string
    - `payment_method` integer
    - `payment_address` string, string
    - `network` string, string
    - `due_amount` GithubComShopspringDecimalDecimal
    - `pay_currency` string, string
    - `amount_confirmed` GithubComShopspringDecimalDecimal
    - `amount_confirming` GithubComShopspringDecimalDecimal
    - `quoted_token_price_usdc` GithubComShopspringDecimalDecimal
    - `status` string, string
    - `expires_at` integer
    - `metadata` string, string
    - `created_at` integer
    - `updated_at` integer
    - `transactions` GithubComInfiniMoneyInfiniServicesGoAppInfiniPaymentServiceApiPaymentV1PaymentTransaction[] — Related transactions
      - `amount` string, string — Transaction amount
      - `hash` string, string — Transaction hash
      - `status` string, string — Transaction status
      - `transaction_time` integer — Transaction time (Unix timestamp in seconds)
      - `from_address` string, string — From address
      - `transaction_id` string, string — Transaction ID
      - `created_at` integer — Created time (Unix timestamp in seconds)
      - `estimate_confirm_time` integer
      - `exception_tag` string, string
    - `amount_status` string, string
    - `exception_tag` string[]
    - `crypto_amount` GithubComShopspringDecimalDecimal
    - `channel_fee` GithubComShopspringDecimalDecimal
    - `order_currency` string, string — Order currency
    - `due_amount_fiat` GithubComShopspringDecimalDecimal
    - `amount_confirmed_fiat` GithubComShopspringDecimalDecimal
    - `amount_confirming_fiat` GithubComShopspringDecimalDecimal

---

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