---
title: "Query payment"
method: GET
path: "/payment"
tags: ["Payment"]
---

# Query payment

`GET /payment`

## Query parameters

- `payment_id` string, string — Payment ID

## Headers

- `Date` string
- `Authorization` string

## Response `200`

- GithubComInfiniMoneyInfiniServicesGoAppInfiniPaymentServiceApiPaymentV1QueryPaymentRes
  - `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
  - `order_amount` 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/versions/b5b9f4214d88/schema)
