Get transaction
Authorizations
Store-scoped API key. Prefix with sk_live_.
Example: Authorization: Bearer sk_live_EXAMPLE_DO_NOT_USE
Path Parameters
Transaction ID from list responses (starts with txn_).
^(inv_|txn_|plink_|wh_|whd_|evt_|int_)[0-9a-z]{20,32}$Response
Transaction details
A payment, payout, or refund movement tied to an invoice.
Transaction ID (txn_...).
^(inv_|txn_|plink_|wh_|whd_|evt_|int_)[0-9a-z]{20,32}$Invoice this transaction belongs to (inv_...).
^(inv_|txn_|plink_|wh_|whd_|evt_|int_)[0-9a-z]{20,32}$What kind of movement this is:
payment_origin: money the customer sentsettlement: money paid out to your walletrefund: money returned to the customer
payment_origin, settlement, refund "payment_origin"
Blockchain used (e.g. near, ethereum). null if not on-chain.
"near"
Token involved (e.g. USDC).
"USDC"
Amount moved, as a decimal string (e.g. "100.00").
"100.00"
On-chain transaction ID (block explorer lookup).
"0xabc123def4567890abcdef1234567890abcdef1234567890abcdef1234567890"
Wallet that sent the funds.
Wallet that received the funds.
How many blocks have confirmed this transaction. null if not tracked.
Current state (for example pending, confirmed).
"confirmed"
true when the transaction has been verified on the blockchain.
When enough confirmations were reached (UTC). null if still pending.
When this record was created (UTC).
When this record was last updated (UTC).