Skip to content

transaction

The transaction object.

Properties

PropertyDescription
transaction.amountBuyer-visible amount value for this transaction.
transaction.buyer_pending_payment_instructionsBuyer-visible buyer pending payment instructions.
transaction.buyer_pending_payment_noticeBuyer-visible buyer_pending_payment_notice value for this transaction.
transaction.created_atCreation timestamp.
transaction.gatewayBuyer-visible gateway value for this transaction.
transaction.gateway_display_nameBuyer-visible gateway display name.
transaction.idUnique identifier.
transaction.kindBuyer-visible kind value for this transaction.
transaction.nameName.
transaction.payment_detailsBuyer-visible payment_details value for this transaction.
transaction.receiptBuyer-visible receipt value for this transaction.
transaction.show_buyer_pending_payment_instructions?Boolean predicate for show_buyer_pending_payment_instructions on this transaction.
transaction.statusBuyer-visible status value for this transaction.
transaction.status_labelBuyer-visible status label.

Property list is generated from the storefront engine (TransactionDrop), so it always matches what your theme can use. Use {{ transaction | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.