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
Determines the action type.
transactionRequestAction.amount
● PositiveDecimal
scalar
Transaction request amount. If empty for refund or capture, maximal possible amount will be used.
transactionRequestAction.id
● ID
scalar
The ID of the transaction. Required if token is not provided.
transactionRequestAction.token
● UUID
scalar
The token of the transaction. Required if id is not provided.
Type
TransactionRequestAction
object
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.