--- title: TenderTransaction - GraphQL Admin description: |- A TenderTransaction represents a transaction with financial impact on a shop's balance sheet. A tender transaction always represents actual money movement between a buyer and a shop. TenderTransactions can be used instead of OrderTransactions for reconciling a shop's cash flow. A TenderTransaction is immutable once created. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/TenderTransaction md: https://shopify.dev/docs/api/admin-graphql/latest/objects/TenderTransaction.md --- # Tender​Transaction object Requires `read_orders` access scope. A TenderTransaction represents a transaction with financial impact on a shop's balance sheet. A tender transaction always represents actual money movement between a buyer and a shop. TenderTransactions can be used instead of OrderTransactions for reconciling a shop's cash flow. A TenderTransaction is immutable once created. ## Fields * amount [Money​V2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) non-null The amount and currency of the tender transaction. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * order [Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order) The order that's related to the tender transaction. This value is null if the order has been deleted. * payment​Method [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) Information about the payment method used for the transaction. * processed​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) Date and time when the transaction was processed. * remote​Reference [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The remote gateway reference associated with the tender transaction. * test [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null Whether the transaction is a test transaction. * transaction​Details [Tender​Transaction​Details](https://shopify.dev/docs/api/admin-graphql/latest/unions/TenderTransactionDetails) Information about the payment instrument used for the transaction. * user [Staff​Member](https://shopify.dev/docs/api/admin-graphql/latest/objects/StaffMember) The staff member who performed the transaction. *** ## Map ### Fields and connections with this object * <->[TenderTransactionConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/TenderTransactionConnection#returns-nodes) * {}[TenderTransactionEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/TenderTransactionEdge#field-TenderTransactionEdge.fields.node) *** ## Queries * [tender​Transactions](https://shopify.dev/docs/api/admin-graphql/latest/queries/tenderTransactions) query Returns a list of TenderTransactions associated with the shop. *** ## \TenderTransaction Queries ### Queried by * \[tender​Transactions](https://shopify.dev/docs/api/admin-graphql/latest/queries/tenderTransactions) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-TenderTransaction Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)