TenderTransaction object

A tender transaction represents a transaction which modifies the shop’s balance.

Required access

read_orders access scope.

On this page

Fields

  • amount ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    The amount and currency of the tender transaction.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • paymentMethod ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Information about the payment method used for this transaction.
  • processedAt ([DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
    Date and time when the transaction was processed.
  • remoteReference ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The remote gateway reference associated with the tender transaction.
  • test ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the transaction is a test transaction.
  • transactionDetails ([TenderTransactionDetails](https://shopify.dev/docs/admin-api/graphql/reference/orders/tendertransactiondetails))
    Information about the payment instrument used for this transaction.

Types that return TenderTransaction

  • [QueryRoot.tenderTransactions](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#tendertransactions-2021-01)

Implements

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)

An auto-generated type for paginating through multiple TenderTransactions.

On this page

Fields

  • edges ([[TenderTransactionEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/tendertransaction))
    A list of edges.
  • pageInfo ([PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo))
    Information to aid in pagination.

An auto-generated type which holds one TenderTransaction and a cursor during pagination.

On this page

Fields

  • cursor ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    A cursor for use in pagination.
  • node ([TenderTransaction!](https://shopify.dev/docs/admin-api/graphql/reference/orders/tendertransaction))
    The item at the end of TenderTransactionEdge.

Types that return TenderTransactionEdge

  • [TenderTransactionConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/orders/tendertransaction#edges-2021-01)