Skip to main content
Version: 3.x

transactionRequestAction

Request an action for payment transaction.

Added in Saleor 3.4
This API is currently in Feature Preview and can be subject to changes at later point.
Requires HANDLE_PAYMENTSpermission.
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.4
This API is currently in Feature Preview and can be subject to changes at later point.
Requires HANDLE_PAYMENTSpermission.

Was this page helpful?