--- 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: 2026-01 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 * id * order * paymentMethod * processedAt * remoteReference * test * transactionDetails * user *** ## 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 * tenderTransactions *** ## TenderTransaction Queries ### Queried by * [tender​Transactions](https://shopify.dev/docs/api/admin-graphql/latest/queries/tenderTransactions) *** ## Interfaces * Node *** ## TenderTransaction Implements ### Implements * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)