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
pspReference
instead.
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
message
instead.name
field 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?