Skip to main content

transactionRequestRefundForGrantedRefund Mutation

Request a refund for payment transaction based on granted refund.

Requires HANDLE_PAYMENTSpermission.
transactionRequestRefundForGrantedRefund(
grantedRefundId: ID!
id: ID
token: UUID
): TransactionRequestRefundForGrantedRefund

Arguments

transactionRequestRefundForGrantedRefund.grantedRefundId ● ID! non-null scalar miscellaneous

The ID of the granted refund.

transactionRequestRefundForGrantedRefund.id ● ID scalar miscellaneous

The ID of the transaction. One of field id or token is required, if transactionItem is not already assigned to the orderGrantedRefund. If transactionItem is already assigned to the grantedRefund the field will be ignored.

transactionRequestRefundForGrantedRefund.token ● UUID scalar miscellaneous

The token of the transaction. One of field id or token is required, if transactionItem is not already assigned to the orderGrantedRefund. If transactionItem is already assigned to the grantedRefund the field will be ignored.

Type

TransactionRequestRefundForGrantedRefund object payments

Request a refund for payment transaction based on granted refund.

Requires HANDLE_PAYMENTSpermission.