Skip to main content

transactionUpdate Mutation

Update transaction.

Requires the following permissions: OWNERHANDLE_PAYMENTS for appsHANDLE_PAYMENTS for staff users

Staff user cannot update a transaction that is owned by the app.

transactionUpdate(
id: ID
token: UUID
transaction: TransactionUpdateInput
transactionEvent: TransactionEventInput
): TransactionUpdate
Show return type

Arguments

id ● ID

The ID of the transaction. One of field id or token is required.

token ● UUID

The token of the transaction. One of field id or token is required.

transaction ● TransactionUpdateInput

Input data required to create a new transaction object.

transactionEvent ● TransactionEventInput

Data that defines a transaction transaction.

Type

TransactionUpdate

Update transaction.

Requires the following permissions: OWNERHANDLE_PAYMENTS for appsHANDLE_PAYMENTS for staff users

Staff user cannot update a transaction that is owned by the app.