Skip to main content
GET
Fetch a single payment by id, with the complete fee breakdown in crypto and fiat, deposit transaction data, and your passthrough fields.
Calling this on a timer to watch for status changes? Use webhooks/IPN instead — transitions are pushed to your server the moment they happen.

Authorization

  • API-key scope: payments:read · JWT team permission: payments:view
string
required
24-hex id from create/list. Malformed → 400; foreign/unknown → 404.

Response fields

string
Payment identity (24-hex id).
string
Lifecycle status — see the Payments overview.
string
Ticker the payer pays in.
string (ISO date)
Creation instant.
string (ISO date)
Last update instant.
string (ISO date)
Invoice expiry instant.
string (ISO date)
Crypto-quote validity deadline.
number
Crypto payable amount (crypto units).
number
What actually arrived (crypto units).
number
Your original fiat price.
string
Your display currency (USD by default).
number
The quote rate used.

Fee breakdown

Fees are reported on one of two bases, surfaced in the basis field ("quoted" or "settled"). Before settlement (and for chains that don’t re-run the fee) everything is on the quoted basis. Once the sweep stamps settled money, feeAmount/netAmount switch to the settled (re-run) values, the original quote moves to quotedFeeAmount/quotedNetAmount, and the optional settledFeeAmount/settledNetAmount/settledStampIncomplete fields appear. The commissionAmount + sweepCostCrypto split sums to the quote fee only — after a fee re-run it does not sum to the served feeAmount, and commissionFiat/networkFeeFiat are omitted entirely. Reconcile on feeAmount/netAmount with basis, not on the split.
string
"quoted" or "settled" — which basis feeAmount/netAmount are reported on. Present on every payment (and on list rows).
number
Total fee in crypto (commission + network-fee provision). On the settled basis this is the re-run fee, not the quote.
number
The original quoted total fee in crypto — present once the fee has been re-run at settlement, so you can still see the quote alongside the settled feeAmount.
number
Platform commission portion, in crypto. Belongs to the quote basis: commissionAmount + sweepCostCrypto sums to quotedFeeAmount, not to a re-run feeAmount.
number
Network-fee provision portion, in crypto. Quote-basis (see commissionAmount).
number
What you are credited, in crypto. On the settled basis this is the settled net; the quote is in quotedNetAmount.
number
The original quoted net in crypto — present once settled values are stamped.
number
Optional. The settled (re-run) total fee in crypto, when stamped.
number
Optional. The settled net in crypto, when stamped.
boolean
Optional. true while settled money has been stamped only partially — treat settled figures as not yet final.
number
Fiat gross. With feeBearer:"customer", grossFiat = price + fee (the payer covers it) and netFiat = your full price.
number
Commission in fiat. Quote-basis, and omitted once the fee is re-run at settlement.
number
Network-fee provision in fiat. Quote-basis, and omitted once the fee is re-run at settlement.
number
Fee in fiat.
number
Net in fiat.
string
"customer" or "merchant" — who absorbs the fee (a store setting).

Deposit & settlement

string
The deposit address. addressRole is "primary" (or "repeat" for repeat-deposit children).
string
Where your funds settle.
array
Deposit transaction hashes.
number
Current confirmation count.
string (ISO date)
If a wrong-currency deposit is pending auto-accept: the deadline instant. See Accept a cross-chain deposit.
array
Child payment ids created by repeat deposits to this address.

Your data & metadata

string
"api" (created with an API key) or "platform" (dashboard).
string
Echoed if you sent one.
string
Public invoice id.
string
Hosted checkout path, not a full URL — prepend the checkout host: https://dash.liddie.io + invoiceUrl.
object
AML screening result, if present — a read-only signal.
any JSON
Your passthrough data.
string
Your passthrough data.
string
Your passthrough data.
string
Your passthrough data.
boolean
Detection metadata (informational).
string (ISO date)
Detection metadata (informational).
string
Detection metadata (informational).
Never returned: private keys, derivation indexes, wallet internals.

Errors

See also