Skip to main content

transactionRequestRefundForGrantedRefund Mutation

Request a refund for payment transaction based on granted refund.

Requires the HANDLE_PAYMENTSpermission.
transactionRequestRefundForGrantedRefund(
grantedRefundId: ID!
id: ID
token: UUID
): TransactionRequestRefundForGrantedRefund
Show return type

Arguments

grantedRefundId ● ID!

The ID of the granted refund.

id ● ID

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.

token ● UUID

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

Request a refund for payment transaction based on granted refund.

Requires the HANDLE_PAYMENTSpermission.