Skip to main content

PaymentRefund Object

Refunds the captured payment amount.

Requires the MANAGE_ORDERSpermission.
type PaymentRefund {
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}

Fields

payment ● Payment

Updated payment.

errors ● [PaymentError!]!

Show deprecatedHide deprecated

paymentErrors ● [PaymentError!]!

DEPRECATED

Use errors field instead.

Returned By

paymentRefund mutation