Skip to main content

transactionRequestRefundForGrantedRefund

Request a refund for payment transaction based on granted refund.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.
Requires HANDLE_PAYMENTSpermission.
transactionRequestRefundForGrantedRefund(
grantedRefundId: ID!
id: ID!
): TransactionRequestRefundForGrantedRefund

Arguments

transactionRequestRefundForGrantedRefund.grantedRefundId ● ID! non-null scalar

The ID of the granted refund.

transactionRequestRefundForGrantedRefund.id ● ID! non-null scalar

The ID of the transaction.

Type

TransactionRequestRefundForGrantedRefund object

Request a refund for payment transaction based on granted refund.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.
Requires HANDLE_PAYMENTSpermission.

Was this page helpful?