Skip to main content
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.

Path parameters

string
required
The UUID of the merchant account that the transaction belongs to.
string
required
The UUID of the transaction to retrieve.

Response

string
required
The UUID of the transaction.
string
required
The UUID of the invoice this transaction is associated with.
string
required
The transaction amount as a decimal string.
string
required
The current state of the transaction (e.g., pending, confirmed, failed).
string
required
ISO 8601 timestamp of when the transaction was created.
string
ISO 8601 timestamp of when the transaction was confirmed on-chain. null if not yet confirmed.
string
The on-chain transaction hash. null if the transaction has not yet been broadcast to the network.