Skip to main content
Every money movement shows up in Transaction’s → History. Each row has a type (what the entry is) and a status (where it is in its lifecycle). Expand a row for the full on-chain detail.

Statuses

Transactions move through two states:
  • Pending — submitted and awaiting on-chain confirmation.
  • Done — confirmed and complete.
A hosted checkout charge has its own lifecycle before it becomes a transaction:
  • New — created, waiting for the customer to pay.
  • Pending — payment detected, confirming on-chain.
  • Done — payment confirmed; it lands in your account wallet as a Replenishment.
  • Expired — the payment window elapsed with no (or insufficient) funds.

Types

You can filter History by type. The common ones:

What’s in a row

Expand any transaction to see the detail:
  • Payment ID — CryptoNow’s internal reference for the entry.
  • To / From — the on-chain addresses.
  • Miner Fee — the network fee, in the source network’s native coin.
  • System Fee — the CryptoNow fee (for example, 0.5% on a replenishment).
  • Hash — the on-chain transaction hash (links to the explorer).
  • IncomingHash — for a settled payment, the hash of the customer’s inbound transfer.
  • clickId — your attribution reference, when one was passed (echoes back as outsideOrderId).
Reconcile against your own system by matching on clickId — it ties each Replenishment back to the exact order or customer.