Use this endpoint to retrieve the details of a single transaction associated with a merchant account. Transactions are created when a customer makes a payment against an invoice, and this endpoint provides the complete record including on-chain confirmation data.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The UUID of the merchant account that the transaction belongs to.
The UUID of the transaction to retrieve.
Response
The UUID of the transaction.
The UUID of the invoice this transaction is associated with.
The transaction amount as a decimal string.
The current state of the transaction (e.g.,
pending, confirmed, failed).ISO 8601 timestamp of when the transaction was created.
ISO 8601 timestamp of when the transaction was confirmed on-chain.
null if not yet confirmed.The on-chain transaction hash.
null if the transaction has not yet been broadcast to the network.