transaction

Graphql fields and variables for the transaction query

Scope required: billing:read

For a complete list of possible response fields see the Transaction type.

query transaction ($id: ID, $code: String, $format: String) {
  transaction (id: $id, code: $code, format: $format) {
    accountId
    amount
    createdAt
    currencyId
    description
    id
    state
    transactionableId
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?