Skip to main content
Version: 3.x

TransactionUpdateInput

No description

input TransactionUpdateInput {
name: String
message: String
pspReference: String
availableActions: [TransactionActionEnum!]
amountAuthorized: MoneyInput
amountCharged: MoneyInput
amountRefunded: MoneyInput
amountCanceled: MoneyInput
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
externalUrl: String
}

Fields

TransactionUpdateInput.name ● String scalar

Payment name of the transaction.

Added in Saleor 3.13

TransactionUpdateInput.message ● String scalar

The message of the transaction.

Added in Saleor 3.13

TransactionUpdateInput.pspReference ● String scalar

PSP Reference of the transaction.

Added in Saleor 3.13

TransactionUpdateInput.availableActions ● [TransactionActionEnum!] list enum

List of all possible actions for the transaction

TransactionUpdateInput.amountAuthorized ● MoneyInput input

Amount authorized by this transaction.

TransactionUpdateInput.amountCharged ● MoneyInput input

Amount charged by this transaction.

TransactionUpdateInput.amountRefunded ● MoneyInput input

Amount refunded by this transaction.

TransactionUpdateInput.amountCanceled ● MoneyInput input

Amount canceled by this transaction.

Added in Saleor 3.13

TransactionUpdateInput.metadata ● [MetadataInput!] list input

Payment public metadata.

TransactionUpdateInput.privateMetadata ● [MetadataInput!] list input

Payment private metadata.

TransactionUpdateInput.externalUrl ● String scalar

The url that will allow to redirect user to payment provider page with transaction event details.

Added in Saleor 3.13

Member of

transactionUpdate mutation


Was this page helpful?