TransactionEventInput
No description
input TransactionEventInput {
status: TransactionStatus
reference: String
pspReference: String
name: String
message: String
}
Fields
TransactionEventInput.status ● TransactionStatus enum
Current status of the payment transaction.
DEPRECATED: this field will be removed in Saleor 3.15 (Preview Feature). Status will be calculated by Saleor.
TransactionEventInput.reference ● String scalar
Reference of the transaction.
DEPRECATED: this field will be removed in Saleor 3.15 (Preview Feature). Use
pspReferenceinstead.
TransactionEventInput.pspReference ● String scalar
PSP Reference related to this action.
Added in Saleor 3.13
TransactionEventInput.name ● String scalar
Name of the transaction.
DEPRECATED: this field will be removed in Saleor 3.15 (Preview Feature). Use
messageinstead.namefield will be added tomessage.
TransactionEventInput.message ● String scalar
The message related to the event.
Added in Saleor 3.13
Member of
transactionCreate mutation ● transactionUpdate mutation
Was this page helpful?