transactionRequestAction
Request an action for payment transaction.
Added in Saleor 3.4This API is currently in Feature Preview and can be subject to changes at later point.
transactionRequestAction(
actionType: TransactionActionEnum!
amount: PositiveDecimal
id: ID
token: UUID
): TransactionRequestAction
Arguments
transactionRequestAction.actionType
● TransactionActionEnum!
non-null enum payments
Determines the action type.
transactionRequestAction.amount
● PositiveDecimal
scalar miscellaneous
Transaction request amount. If empty for refund or capture, maximal possible amount will be used.
transactionRequestAction.id
● ID
scalar miscellaneous
The ID of the transaction. One of field id or token is required.
transactionRequestAction.token
● UUID
scalar miscellaneous
The token of the transaction. One of field id or token is required.
Added in Saleor 3.14
Type
TransactionRequestAction
object payments
Request an action for payment transaction.
Added in Saleor 3.4This API is currently in Feature Preview and can be subject to changes at later point.