The Transaction Object holds details about a transaction.

FieldTypeExampleDescription
idString"aaaaaaaaaaabbbbbbbbbbbbb"The unique ID for the transaction.
useridString"aaaaaaaaaaabbbbbbbbbbbbb"The ID of the user that made the transaction.
dateDate (Unix Timestamp)"2020-01-01T08:00:00.000Z"The date and time that the transaction was created.
addressString"2MuRs4YMw1ecJcqKBAZoSVGE3S5DwcYhWbE"The payment address to send crypto payments to.
cryptoSymbolString"BTC"The selected crypto to use in the transaction.
amountUsdInteger20The amount of USD transacted.
amountCryptoString"0.00273227"The amount of cryptocurrency transacted.
statusString"Confirming"The status of the transaction.
paymentPathString"/invoice/<invoice-id>"The generated invoice URL for the transaction. This URL can be used to view detailed information on the transaction.
processoridString"bl"Used to determine the prefix for the invoice url. eg: "bl" = "https://pay.bitlaunch.io"