transactionRequestRefundForGrantedRefund
Request a refund for payment transaction based on granted refund.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
transactionRequestRefundForGrantedRefund(
grantedRefundId: ID!
id: ID
token: UUID
): TransactionRequestRefundForGrantedRefund
Arguments
transactionRequestRefundForGrantedRefund.grantedRefundId
● ID!
non-null scalar
The ID of the granted refund.
transactionRequestRefundForGrantedRefund.id
● ID
scalar
The ID of the transaction. Required if token is not provided.
transactionRequestRefundForGrantedRefund.token
● UUID
scalar
The token of the transaction. Required if id is not provided.
Type
TransactionRequestRefundForGrantedRefund
object
Request a refund for payment transaction based on granted refund.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.