---
title: "Quote a payment without creating it"
method: POST
path: "/payment/quote"
tags: ["Payment"]
---

# Quote a payment without creating it

`POST /payment/quote`

## Headers

- `Date` string
- `Authorization` string
- `Digest` string

## Request body

- GithubComInfiniMoneyInfiniServicesGoAppInfiniPaymentServiceApiPaymentV1QuotePaymentReq
  - `order_id` string, string, required — Order ID
  - `payment_method` integer — Payment method
  - `chain` string, string, required — Chain
  - `token_id` string, string, required — Token identifier

## Response `200`

- GithubComInfiniMoneyInfiniServicesGoAppInfiniPaymentServiceApiPaymentV1QuotePaymentRes
  - `amount` string, string — USD-denominated amount the payer still owes (== due_amount)
  - `due_amount_fiat` string, string — Current payable amount in order currency
  - `amount_confirmed` string, string — USD-denominated amount already confirmed
  - `amount_confirming` string, string — USD-denominated amount currently confirming
  - `quoted_token_amount` string, string — Amount shown to payer, in pay_currency units
  - `quoted_token_currency` string, string — Currency of quoted_token_amount (matches pay_currency)
  - `quoted_token_price_usdc` string, string — USDC-per-token snapshot at quote time; 0 for stablecoins

---

[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)
