transaction
The transaction object.
Properties
| Property | Description |
|---|---|
transaction.amount | Buyer-visible amount value for this transaction. |
transaction.buyer_pending_payment_instructions | Buyer-visible buyer pending payment instructions. |
transaction.buyer_pending_payment_notice | Buyer-visible buyer_pending_payment_notice value for this transaction. |
transaction.created_at | Creation timestamp. |
transaction.gateway | Buyer-visible gateway value for this transaction. |
transaction.gateway_display_name | Buyer-visible gateway display name. |
transaction.id | Unique identifier. |
transaction.kind | Buyer-visible kind value for this transaction. |
transaction.name | Name. |
transaction.payment_details | Buyer-visible payment_details value for this transaction. |
transaction.receipt | Buyer-visible receipt value for this transaction. |
transaction.show_buyer_pending_payment_instructions? | Boolean predicate for show_buyer_pending_payment_instructions on this transaction. |
transaction.status | Buyer-visible status value for this transaction. |
transaction.status_label | Buyer-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.